/* iFrames*/
.responsive-video {
    padding-bottom: 56.25%;
    background: #000;
    height: 0;
    overflow: hidden;
    position: relative;
}
.responsive-video .klaro.we_cookie_consent {
    border: none !important;
}

.embed-context .klaro.we_cookie_consent {
    position: absolute !important;
}

.responsive-video .klaro.cm-as-context-notice .context-notice p {
    color: #fff; !important;
}

.preview-image-container {
    position: relative;
}

.preview-image {
    width: 100%;
}

.preview-image img {
    width: 100%;
    height: auto;
    display: block;
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}
