.cookieconsent-optout-marketing .marketing-video-placeholder {
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #d9dee8;
    z-index: 10;
}

#sidebar .cookieconsent-optout-marketing .marketing-video-placeholder {
    font-size: small;
    padding-top: 10px;
}

@media (max-width: 425px) {
    .cookieconsent-optout-marketing .marketing-video-placeholder {
        height: fit-content;
        padding: 1rem;
    }
}