/*--BEGINNING--Video Gallery shorter width--*/

/*--INFO--*/
/*--These CSS are meant to make the Video Gallery width shorter 
to fit the same alignment of the Partner Supplier Banner title
PENDING SNOW TICKET --*/


.video-gallery .cards .container-fluid--upto-xl{
    padding-left: 128px;
    padding-right: 128px;
}

@media (max-width: 1023.98px){
    .video-gallery .cards .container-fluid--upto-xl{
        padding-left: 44px;
        padding-right: 44px;
        padding: 0 2.75rem;
    }    
}

@media (max-width: 767.98px){
    .video-gallery .cards .container-fluid--upto-xl{
        padding-left: 20px;
        padding-right: 20px;
    }  
}

.dynamicVideo_player {
    background-color: inherit;
}

/*--END--Video Gallery shorter width--*/
