.sbc-hero-half-image .sbc-hero-half-image-cont{
    position: relative;
    background-color: #6DB341;
}
.sbc-hero-half-image .text-cont{
    padding: 100px 10vw 100px 10vw;
}
.sbc-hero-half-image .text-cont .uw-hero-title{
    color: #fff;
    font-family: 'futura-pt',sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
}
.sbc-hero-half-image .text-cont .body-cont *{
    color: #fff;
}
.sbc-hero-half-image .image-cont{
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Veritage White */
.sbc-hero-half-image.veritage-white .sbc-hero-half-image-cont{
    background-color: #fff;
}
.sbc-hero-half-image.veritage-white .text-cont .uw-hero-title,
.sbc-hero-half-image.veritage-white .text-cont .body-cont *{
    color: #6DB341;
}

/* UW Blue */
.sbc-hero-half-image.uw-blue .sbc-hero-half-image-cont{
    background-color: #005191;
}

/* UW White */
.sbc-hero-half-image.uw-white .sbc-hero-half-image-cont{
    background-color: #fff;
}
.sbc-hero-half-image.uw-white .text-cont .uw-hero-title,
.sbc-hero-half-image.uw-white .text-cont .body-cont *{
    color: #005191;
}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

@media (max-width: 991px){
    
}

@media (max-width: 767px){
    .sbc-hero-video .text-cont{
        padding: 200px 20px 0 0;
    }
    .sbc-hero-video .sbc-hero-video-cont .btn-stop-video, 
    .sbc-hero-video .sbc-hero-video-cont .btn-play-video{
        bottom: auto;
        top: 20px;
    }
}