Edit in JSFiddle

<section id="selector">
    <div>
        <h1 id="">Your content title</h1>
        <a href=""><img src="path/to/image.jpg" alt="" /></a><br />
        <span>
            your content
        </span><br />
        <a href=""></a><!--is a read more button-->
    </div>
    <div>
        <h1 id="">Your content title</h1>
        <iframe src="http://www.youtube.com/embed/WwQ3nkM8y3E" frameborder="0" allowfullscreen></iframe><br />
        <span>
            your <a href="">content</a>
        </span><br />
        <a href=""></a><!--is a read more button-->
    </div>
</section>