.sbc-hero-full-width-image .sbc-hero-video-cont{
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
}
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-stop-video,
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-play-video{
    position: absolute;
    bottom: 40px;
    right: 80px;
    z-index: 1;
    cursor: pointer;
    background-color: #000;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-play-video{
    display: none;
}
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-stop-video i,
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-play-video i{
    position: absolute;
    opacity: .75;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-stop-video:hover i,
.sbc-hero-full-width-image .sbc-hero-video-cont .btn-play-video:hover i{
    opacity: 1;
}
.sbc-hero-full-width-image .bg-image,
.sbc-hero-full-width-image .bg-image-xs{
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sbc-hero-full-width-image .video-background{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    object-fit: cover;
}
.sbc-hero-full-width-image .text-cont{
    padding: 100px 0;
}
.sbc-hero-full-width-image .text-cont .top-text{
    background-color: #fff;
    padding: 20px;
}

/* Centered */
.sbc-hero-full-width-image.centered .sbc-hero-video-cont{
    position: relative;
}
.sbc-hero-full-width-image.centered .sbc-hero-video-cont::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
}
.sbc-hero-full-width-image.centered .sbc-hero-video-cont .text-cont{
    position: relative;
    z-index: 1;
}
.sbc-hero-full-width-image.centered .text-cont .top-text{
    background-color: transparent;
    border-top: 1px solid #6DB341;
    border-bottom: 1px solid #6DB341;
}
.sbc-hero-full-width-image.centered .uw-hero-title,
.sbc-hero-full-width-image.centered .body-cont *{
    color: #fff;
}
.sbc-hero-full-width-image.centered .uw-hero-title{
    font-family: 'futura-pt', sans-serif;
    font-size: 60px;
    line-height: 76px;
}
.sbc-hero-full-width-image.centered .uw-button__green{
    position: relative;
    top: -25px;
}
/* Blurred */
.sbc-hero-full-width-image.blurred .sbc-hero-video-cont{
    position: relative;
}
.sbc-hero-full-width-image.blurred .uw-hero-title{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 40px;
}
.sbc-hero-full-width-image.blurred .sbc-hero-video-cont::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(10px);
}
.sbc-hero-full-width-image.blurred .sbc-hero-video-cont .text-cont{
    position: relative;
    z-index: 1;
}
.text-cont.text-cont--not-visible {
    opacity: 0;
    min-height: 322px;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive {
    position: relative;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive .sbc-hero-full-width-image--responsive__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    margin: 0 auto;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive .sbc-hero-video-cont {
    overflow: initial;
    display: block;
    width: 100%;
    height: auto;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive .text-cont {
    padding-top: 0;
    padding-bottom: 0;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive .btn-stop-video,
.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive .btn-play-video {
    z-index: 100;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive.sbc-hero-full-width-image--responsive--no-image {
    min-height: 470px;
    background-color: #f2f2f2;
}

.sbc-hero-full-width-image.sbc-hero-full-width-image--responsive.sbc-hero-full-width-image--responsive--no-image .sbc-hero-video-cont {
    min-height: 470px;
}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

@media (max-width: 991px){
    .sbc-hero-full-width-image.sbc-hero-full-width-image--responsive.sbc-hero-full-width-image--responsive--no-image {
        min-height: auto;
    }

    .sbc-hero-full-width-image.sbc-hero-full-width-image--responsive.sbc-hero-full-width-image--responsive--no-image .sbc-hero-video-cont {
        min-height: auto;
    }
}

@media (max-width: 767px){
    .sbc-hero-full-width-image .text-cont{
        padding: 200px 20px 0 0;
    }
    .sbc-hero-full-width-image.centered .text-cont{
        padding: 50px 0 20px 0;
    }
    .sbc-hero-full-width-image .sbc-hero-video-cont .btn-stop-video, 
    .sbc-hero-full-width-image .sbc-hero-video-cont .btn-play-video{
        bottom: auto;
        top: 20px;
    }
}