div.video-embed-responsive {
width:100%;
position: relative;
}

div.video-embed-responsive img {
width:100%;
height: auto;
}

div.video-embed-responsive iframe {
position: absolute;
top:0px;
left:0px;
border:0px;
width:100%!important;
height:100%!important;
}

div.nota-fotos-cinta {
width:100%;
text-align: center;
border-bottom: 2px solid #dcdcdc;
padding: 10px 0px;
}

div.nota-fotos-cinta img {
display: inline-block;
margin-bottom:10px;
}

div.nota-fotos-cinta img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}

div.nota-fotos-cinta[data-fotos="3"] img {
width:32%;
margin: 0% 0.5%;
}

div.nota-fotos-cinta[data-fotos="4"] img {
width:24%;
margin: 0% 0.5%;
}

@media only screen and (max-width: 600px) {

div.nota-fotos-cinta[data-fotos="3"] img,
div.nota-fotos-cinta[data-fotos="4"] img {
width:49%;
margin: 0% 0.5%;
}

div.nota-fotos-cinta[data-fotos="3"] a:first-child img {
width:100%;
margin:0%;
}

}