.ecommzoom_plist_content {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer
}
.video-container {
    position: relative;
    /* padding-bottom: 75.25%; */ /* 16:9 aspect ratio */
    padding-top: 0px; /* Añade un poco de espacio en la parte superior para el título y los controles del reproductor de YouTube */
    height: 0;
    overflow: hidden;
    height: 100%;
}

.content_video:not(.playvideo) .video-container .iframereplace {
    display: none;
}

.playvideo .video-container {
    padding-bottom: 75.25%;
}

.video-container .video-poster {
    height: 100%;
}

.video-container .video-poster img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.content_video .icon-video {
    height: 100%;
}

.content_video:not(.playvideo) .closevideo {
    display: none;
}
.content_video.playvideo .video-poster{
    display: none
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#product .video-poster .play-button {
    position: absolute;
    width: 68px;
    height: 48px;
    background-color: rgba(255, 0, 0, 0.85); /* Rojo semitransparente */
    border-radius: 12px;
    z-index: 1;
    transition: background-color 0.2s, transform 0.2s ease; 
    
    /* PROPIEDADES SVG: Un triángulo de play blanco centrado */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 4l15 8-15 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%; /* Tamaño del ícono dentro del botón */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div#ecommzoomm_video_modal .modal-dialog {
    max-width: 800px;
}