youtube integration responsive
<div class="video-responsive">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/dQw4w9WgXcQ"></iframe>
</div>
.video-responsive { overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}
.video-responsive iframe { left:0; top:0; height:100%; width:100%; position:absolute;}