.sr-offer-video-cta-01 .container {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .sr-offer-video-cta-01-inner {
        position: relative;
    }
}

.sr-offer-video-cta-01 iframe,
.sr-offer-video-cta-01 video {
    position: relative;
    z-index: 1;
    transition: all ease-in-out .5s;
    width: 100% !Important
}

@supports (aspect-ratio: 16 / 9) {

    .sr-offer-video-cta-01 iframe,
    .sr-offer-video-cta-01 video {
        height: 100% !Important;
        aspect-ratio: 16 / 9
    }
}

.sr-offer-video-cta-01 .embed-responsive .vidyard_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sr-offer-video-cta-01 .embed-responsive .vidyard_player>span {
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (min-width: 768px) {
    .sr-offer-video-cta-01-cta {
        position: relative;
        width: 100%;
        padding-right: 30px;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 7.9rem;
    }

    .sr-offer-video-cta-01 .sr-offer-video-cta-01-video {
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        width: 50%;
        display: block;
        transition: all ease-in-out 1s;
    }

    .sr-offer-video-cta-01 .sr-offer-video-cta-01-video.active {
        width: 100%;
        padding: 0;
        margin-right: 0;
    }

    .sr-offer-video-cta-01 .embed-responsive:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
    }
}

.sr-offer-video-cta-01 .js-play:before {
    content: "\f04b";
    font-family: fontawesome;
}

.sr-offer-video-cta-01 .js-play.active:before {
    content: "\f04c";
}

.sr-offer-video-cta-01 .js-resize:before {
    content: "\f065";
    font-family: fontawesome;
}

@media (min-width: 768px) {
    .sr-offer-video-cta-01 .embed-responsive-controls {
        position: absolute;
        bottom: 0;
        color: #fff;
        width: 100%;
        padding: 1em;
        opacity: .3;
        transition: all ease-in-out 200ms;
    }

    .sr-offer-video-cta-01:hover .embed-responsive-controls {
        opacity: .8;
    }

    .sr-offer-video-cta-01 .embed-responsive-controls a {
        cursor: pointer;
        line-height: 1;
    }
}

@media (max-width: 768px) {
    .sr-offer-video-cta-01-video {
        padding-top: 3.125rem;
    }
}