#ce_wg_youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9 !important;
}

#ce_wg_youtube .ytp-cued-thumbnail-overlay-image {
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#ce_wg_youtube .cookieconsent-optout-marketing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    background-color: var(--secondary-color-frame-box);
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

#ce_wg_youtube .video-wrapper {
    position: relative;
}