Galera is as follows, I need to leave an iframe responsive. But to complicate it I can not make this iframe wrapped in another element. Ex:
<div class="content">
<h1>Meu Titulo</h1>
<p>Meu artigo</p>
<iframe src="http://youtube.com/embed/bla"></iframe>
</div>
I need to make this responsive, with no elements to wrap around the iframe. I do not know if this is possible, but if it was it would be of great help if you can help me with that.