.sbc-uw-video-with-cta {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.sbc-uw-video-with-cta__title {
    font-family: 'Arial', sans-serif;
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
}

.sbc-uw-video-with-cta__video-wrapper {
    position: relative;
    margin-top: 45px;
    margin-bottom: 25px;
}

.sbc-uw-video-with-cta__video-wrapper__link {
    display: block;
    height: 100%;
    cursor: pointer;
}

.sbc-uw-video-with-cta__video-wrapper__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sbc-uw-video-with-cta__video-wrapper__link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .3s ease;
}

.sbc-uw-video-with-cta__video-wrapper__link:hover svg {
    transform: translate(-50%, -50%) scale(1.2);
}

.sbc-uw-video-with-cta__video-wrapper.sbc-uw-video-with-cta__video-wrapper--no-image {
    background-color: #000;
    padding-bottom: 56.25%;
}

.sbc-uw-video-with-cta__cta-button {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

@media (max-width: 1440px){
    
}

@media (max-width: 1199px){
    
}

@media ( max-width: 991px ){
    
}

@media ( max-width: 767px ){ 
    .sbc-uw-video-with-cta__cta-button {
        max-width: 100%;
    }
}

@media ( max-width: 479px ){ 

}