section.sproutVideoBackground {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
}

section.sproutVideoBackground div.l-section-video {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s;
}

section.sproutVideoBackground div.l-section-video .innerVideoDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.sproutVideoBackground div.l-section-video .sproutvideo-player {
    width: 100%;
    height: 100%;
}

section.sproutVideoBackground div.l-section-video.hidden {
    display: block !important;
}

section.sproutVideoBackground div.l-section-h {
    position: relative;
    top: 0 !important;
    z-index: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section.sproutVideoBackground--privacy-blocked div.l-section-video,
section.sproutVideoBackground--poster-visible div.l-section-video {
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.sproutVideoBackground--privacy-blocked div.l-section-video video,
section.sproutVideoBackground--poster-visible div.l-section-video video {
    display: none !important;
}

section.sproutVideoBackground--privacy-blocked .sproutvideo-privacy-button {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    max-width: calc(100% - 48px);
}

section.sproutVideoBackground--privacy-blocked .sproutvideo-privacy-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    margin: 0;
    max-width: calc(100% - 220px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-shadow: 0 2px 10px rgba(13, 26, 38, 0.4);
    text-transform: uppercase;
}

@media (max-width: 782px) {

    section.sproutVideoBackground--privacy-blocked .sproutvideo-privacy-button {
        right: 16px;
        bottom: 16px;
        max-width: calc(100% - 32px);
    }

    section.sproutVideoBackground--privacy-blocked .sproutvideo-privacy-label {
        left: 16px;
        bottom: 16px;
        max-width: calc(100% - 170px);
    }
}
