Use this code to ensure video's work properly on all screen sizes.
<div class="inner">
<!-- RESPONSIVE VIDEO CODE -->
<div class="rwd-video">
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/fqhVK4EtPR4" frameborder="0" allowfullscreen=""></iframe>
</div>
<!-- END RESPONSIVE VIDEO CODE -->
</div>
<div class="inner">
<!-- RESPONSIVE VIDEO CODE -->
<div class="rwd-video">
<iframe class="video" width="560" height="315" src="{{video_url}}" frameborder="0" allowfullscreen=""></iframe>
</div>
<!-- END RESPONSIVE VIDEO CODE -->
</div>
{
"video_url": "https:\/\/www.youtube.com\/embed\/fqhVK4EtPR4"
}