.cookie-consent-replacement.replacement-video .cs-wrapper{
    position: relative;
    background-color: rgba(0,0,0,.8);
    height: 260px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.cookie-consent-replacement.replacement-video .cs-wrapper a{
    text-decoration: underline;
}

.cookie-consent-replacement.replacement-video .cs-wrapper .preview-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}