The iframe video container is a wrapper that’s used around a video iframe like a youtube video to make it responsive.
<div class="responsive-embed">
<iframe src='https://www.youtube.com/embed/SXeTPnRXACc' width='560' height='314' allowfullscreen='allowfullscreen'></iframe>
</div>