.sgr-cta.v2 {
    overflow: hidden;
}
.sgr-cta.v2 p {
    margin-bottom: 2.3rem;
    font-weight: 600;
}
.sgr-cta.v2 .sgr-video-cont {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: -1;
    bottom: -50%;
}
@media only screen and (max-width: 1200px) {
    .sgr-cta.v2 .sgr-video-cont {
        width: 130%;
    }
}
@media only screen and (max-width: 992px) {
    .sgr-cta.v2 .sgr-video-cont {
        width: 160%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-cta.v2 .sgr-video-cont {
        width: 200%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-cta.v2 .sgr-video-cont {
        width: 100%;
        position: relative;
    }
}
.sgr-cta.v2 .text-area {
    z-index: 10;
    position: relative;
    padding: 20px;
    font-size: larger;
    width: 35%;
    left: 0;
    box-shadow: #000 0px 13px 27px -5px, #000 0px 8px 16px -8px;
}
@media only screen and (max-width: 992px) {
    .sgr-cta.v2 .text-area {
        width: 50%;
        left: 4%;
    }
}
@media only screen and (max-width: 768px) {
    .sgr-cta.v2 .text-area {
        width: 60%;
        left: 4%;
    }
}
@media only screen and (max-width: 576px) {
    .sgr-cta.v2 .text-area {
        width: 100%;
        left: 0;
    }
}
.sgr-cta.v2 .container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.sgr-cta.v2 .accessibleBtn-play:after {
    color: #555;
}
.sgr-cta.v2 .accessibleBtn-pause:after {
    color: #555;
}
.sgr-cta.v2 .accessibleBtn-play:focus:after {
    color: #fff;
}
.sgr-cta.v2 .accessibleBtn-pause:focus:after {
    color: #fff;
}
.sgr-cta.v2 .accessibleBtn-play:hover:after {
    color: #fff;
}
.sgr-cta.v2 .accessibleBtn-pause:hover:after {
    color: #fff;
}
