<div class="hero video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/OH01Tj5BF1A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><!-- end hero -->
<div class="hero video">
<iframe width="560" height="315" src="{{ video_embed }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div><!-- end hero -->
{
"video_embed": "https://www.youtube.com/embed/OH01Tj5BF1A"
}
.hero {
&.video {
@include media-breakpoint-up(md) {
margin: 0 auto;
}
}
}
Display hero where the video the full width.