.video-embed .cookieconsent-optout-marketing {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-embed .cookieconsent-optout-marketing .cookieconsent-optout-marketing__content {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 59, 90, 0.05);
}

.video-embed .cookieconsent-optout-marketing .cookieconsent-optout-marketing__content p {
    margin-bottom: 0;
}

