.section-video{
    .container .video-container{

        position:relative;
        padding-bottom:56.25%;
        height:0;
        /* visible due customizer edit */
        overflow:visible;
        max-width:100%;
        background:#000;
        border-radius:20px;

        iframe, object, embed {
            position:absolute;
            top:0;
            left:auto;
            width:100%;
            height:100%;
            border:0;
            border-radius:inherit;
        }

    }

    .video-carousel{
        margin-bottom: 0;
    }
}
