/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.section-hero .hero-video-content-container {
    background-size: 932px 346px;
    width: 932px;
    height: 346px;
}

@media only screen and (min-width: 1441px) {
    .section-hero .hero-video-content-container {
        background-size: 1118px 415px;
        width: 1118px;
        height: 415px;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-hero .hero-video-content-container {
        background-size: 680px 250px;
        width: 680px;
        height:250px
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-video-content-container {
        background-size: 370px 160px;
        width: 370px;
        height: 160px;
    }
}


/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.unit-image-wrapper {
	z-index: 0;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
