Rules are directly applied to <iframe>, <embed>, <video>, and <object> elements; optionally use an explicit descendant class.embed-responsive-item when you want to match the styling for other attributes.
<div class="ratio ratio-16x9">
<iframe class="embed-responsive-item" src="link to your video">
</iframe>
</div>