.figure--video-external .figure__cookie-overlay-active .figure__media-button {
    opacity: 0;
}

.figure--video-external .figure__cookie-consent.figure__media:after {
    background: #000;
}

.figure--video-external .figure__cookie-consent .figure__play {
    opacity: 0;
}

.figure__overlay {
    -webkit-animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: j;
    align-items: center;
    animation-duration: 0.25s;
    animation-fill-mode: both;
    animation-name: j;
    background-color: transparent;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    justify-content: flex-end;
    left: 0;
    line-height: 1.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.figure__overlay:after {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    content: "";
    left: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.figure__overlay .overlay {
    height: 100%;
    z-index: 2;
}

.figure__overlay .figure__caption {
    bottom: 0;
    font-weight: 400;
    left: 0;
    padding: 1.5rem;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.figure__overlay .figure__caption,
.figure__overlay .figure__captionhead {
    color: #fff;
}

.figure__overlay .figure__copyright {
    color: hsla(0, 0%, 100%, 0.75);
}

@media (min-width:36.25em) {
    .figure__overlay {
        position: absolute;
    }
}

.figure__video-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.figure__video-wrapper .figure__video-iframe, .figure__video-wrapper iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.overlay {
    align-items: center;
    background-color: hsla(0, 0%, 40%, 0.9);
    color: #fff;
    height: 100%;
    padding: 2.1rem;
    text-align: center;
    width: 100%;
}

.overlay, .overlay .overlay__header {
    display: flex;
    justify-content: center;
}

.overlay .overlay__headline, .overlay .text {
    font-size: 1.5rem;
    line-height: 1.4em;
}

@media (min-width: 51.875em) {
    .overlay .overlay__headline, .overlay .text {
        font-size: 1.6rem;
    }
}

.overlay .overlay__headline {
    font-weight: 700;
}

.overlay .overlay__tooltip-wrapper {
    display: none;
}

.overlay .overlay__buttons {
    margin-top: 2rem;
}

@media (min-width: 36.25em) {
    .overlay .overlay__buttons {
        margin-top: 2rem;
    }
}

.overlay__content {
    margin:0 auto;
    max-width: 51.8rem;
}

.overlay__content .text p {
    margin-bottom: 0;
}

@media (min-width: 36.25em) {
    .overlay__content .text p {
        margin-bottom: 1rem;
    }
}

.overlay__headline {
    font-weight: 700;
    margin-bottom: 0!important;
}

.overlay__checkbox {
    font-weight: 700;
    margin: 1rem 0;
}

.overlay__checkbox .checkbox__label {
    color: #fff;
}

@media (min-width: 36.25em) {
    .overlay__checkbox {
        margin: 1rem 0;
    }
}

@media (min-width: 51.875em) {
    .overlay__checkbox {
        margin: 3rem 0 3.5rem;
    }
}

.overlay__buttons {
    margin: 0 auto;
    max-width: 25.2rem;
}

.overlay__buttons .button {
    flex-basis: 50%;
}

.overlay__buttons .button+.button {
    margin-left: 1.4rem;
}

.overlay--mini .overlay__headline {
    float: left;
}

.overlay--mini .overlay__tooltip-wrapper {
    display: block;
    float: left;
    margin-right: 0.5rem;
}

.overlay--mini .overlay__tooltip-icon {
    height: 20px;
    width: 20px;
}

.overlay--mini .overlay__text {
    display: none;
}

.overlay--mini .overlay__checkbox {
    margin: 2rem 0 0;
}