Hemeroteca
Notícies
Videos
.video-container-2 {
position: relative;
width: 100%;
height: 0;
padding-bottom: 54.821%; /* Proporción 560:308 para el video */
}
.video-container-2 iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* Proporción 16:9 para el video */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}