for those who have problems getting this example to work in angular2
you might need to add the ::ng-deep selector to the css for the figure
{{ video.title }}
css
.video-title > ::ng-deep figure {
justify-content: flex-start !important;
}
*updated /deep/ to ::ng-deep because /deep/ was deprecated