I decided to just embed the iframe using custom module and put some css around the iframe
<div style="position: relative;
width: 100%;
height: 0;
padding-bottom: 51%;">
<iframe width="100%" style="position: absolute;
width: 100%;
height: 100%;
left: 0; top: 0;" src="https://www.youtube.com/embed/VxtmQfOV75I" frameborder="0" allowfullscreen></iframe>
</div>