

.video__wrapper {
position: relative;
min-height: auto;
z-index: 0;
}
.video-js {
width: 100% !important;
height: auto !important;
padding-top: 0;
background-color: black;
}
.video-js video {
object-fit: contain;
}

/* Overlay genérico */
.custom-play-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.custom-play-button {
font-size: 60px;
color: white;
background: rgba(0,0,0,0.6);
border: 2px solid white;
border-radius: 50%;
width: 90px;
height: 90px;
cursor: pointer;
}

/* En iOS → botón al doble de tamaño */
.ios .custom-play-button {
font-size: 120px;
width: 180px;
height: 180px;
}
._fluid_yt_embed{ aspect-ratio: 16 / 9;}


.ima-muted:before {
    content: "🔈";    
}

.ima-non-fullscreen:before {
    content: "📺";
}

.ima-non-muted:before {
    content: "🔇";    
}
.ima-paused:before {
    content: "▶️";
}

.ima-playing:before {
    content: "⏸️                                                                                                      ";
}