<!-- Responsive Embed: YouTube Video -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/VideoIDA" allowfullscreen></iframe>
</div>
//- Responsive Embed: YouTube Video
.embed-responsive.embed-responsive-16by9
iframe(src="https://www.youtube.com/embed/VideoID" allowfullscreen).embed-responsive-item
<!-- Responsive Embed: Vimeo Video -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://player.vimeo.com/video/VideoID?color=ac32e4&title=0&byline=0&portrait=0" allowfullscreen></iframe>
</div>
//- Responsive Embed: Vimeo Video
.embed-responsive.embed-responsive-16by9
iframe(src="https://player.vimeo.com/video/VideoID?color=ac32e4&title=0&byline=0&portrait=0" allowfullscreen).embed-responsive-item
<!-- Responsive Embed: SoundCloud Audio -->
<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/AudioID&color=%23ac32e4&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true" allowfullscreen></iframe>
//- Responsive Embed: SoundCloud Audio
iframe(src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/AudioID&color=%23ac32e4&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true" allowfullscreen)