lo estoy haciendo este es el codigo html
Código PHP:
<div class="videos">
<iframe width="325" height="250" frameborder="0" allowfullscreen="" src="http://www.youtube.com/embed/A16uZjhOpFE" class="videoFicha"></iframe>
<div class="titulo"><h4>ANILLOS INTRACORNEALES EN QUERATOCONO</h4></div>
</div>
y este el css
Código PHP:
.videos {
float: left;
height: auto;
margin-bottom: 16px;
margin-right: 27px;
width: 325px;
}
.videos .titulo {
background: none repeat scroll 0 0 #99D9E1;
border: 1px solid #E7E7E7;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 5px #5E8CD6;
padding: 5px;
}