<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     iRedes Divi
Theme URI:	
Description:    Child de Divi para iRedes.es
Author:         Juanjo EspÃ­ (TTT)
Author URI:     
Template:       Divi 
Version:        1.0
*/

@import url("../Divi/style.css");

.et_pb_slide_image {
top: 55px;
}
.et_pb_slide_description h2 {
background-color: #CCC;
opacity: 0.8;
filter: alpha(opacity=80);
}

/*streaming responsivo*/
.videoWrapper {
                position: relative;
                padding-bottom: 56.25%; /* 16:9 */
                padding-top: 25px;
                height: 0;
                }

.videoWrapper iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                }

  .video-wrapper {
                    width: 100%;
                    max-width: 1280px; /* si se quiere limitar el ancho a 1280px, si no borrar esta lÃ­nea */
                       }

</pre></body></html>