Dear Seppel,
If you embedded the iframe of youtube:
<iframe width="560" height="315" src="//www.youtube.com/embed/H674lb83Duw" frameborder="0" allowfullscreen></iframe>
You can change width="560" height="315" from pixel to percent example: width="100%" height="auto" :
<iframe width="100%" height="auto" src="//www.youtube.com/embed/H674lb83Duw" frameborder="0" allowfullscreen></iframe>
Thanks