
.video-container_video_sld {
    position: relative;
    width: 100%;
    height: 150px;
    background-image: url("https://cdn.wallpapersafari.com/34/31/oytB6F.jpg");
    overflow: hidden;
    margin-top: -50px;
}

.play-button_video_sld {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}

.play-icon_video_sld {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid white;
}

.video-player_video_sld {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

video {
    max-width: 90%;
    max-height: 90%;
}

.close-button_video_sld {
    position: absolute;
    top: 5%;
    /* Ajustar la distancia desde la parte superior en porcentaje */
    right: 5%;
    /* Ajustar la distancia desde la parte derecha en porcentaje */
    font-size: 50px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}




/**THREE SECTIONS */

._videos_three_sections{
    margin-bottom: 80px;
}