Pro vložení responzivního YouTube videa do webu slouží tento kód:

<div class="ratio ratio-16x9">
  <iframe 
    src="https://www.youtube.com/embed/VIDEO_ID" 
    title="YouTube video" 
    allowfullscreen>
  </iframe>
</div>