@charset "UTF-8";
/* CSS Document */



/* SINGLE VIDEO COMPONENT - set max-size and center align so it's not fullwidth */
/*----------------------------------------------------------------------------------------------------------------------------*/

.c-video-commponent{
    max-width:850px;
    margin:65px auto;
}

/* FIX New Video Highlight Component - thumbnail display on tablet disappear */ 
/*-------------------------------------------------------------------------------*/
@media screen and (max-width:925px){

.css--multivideo--wrapper.relative.px-5.py-9.lg\:px-16.xl\:px-20.lg\:py-20.md\:flex.flex-col.items-center {
    display: block !important;
}

}