WebDev

Bloque - VIDEO - Normal con foto fondo 100% - Youtube

Implementación Bloque VIDEO - Normal con foto fondo 100% - Youtube

Nombre: VIDEO - Normal con foto fondo 100% - Youtube

Estructura: Video de youtube en su formato horizontal con foto de fondo 100%

Apariencia:

.bloque-video-home{
float:left;
width:100%;
height:auto;
text-align:center;
padding:30px0px;
background:url(...) center center;
background-size:cover;
}
.video-home{
max-width:100%;
width:1000px;
height:562px;
}
.mobile .video-home {
max-width:90%;
width:370px;
height:200px;
}