.embed-responsive {
    position: relative;
}

.cookieconsent-optout-marketing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 100%;
    color: #fff;
    padding: 1rem;
}

.cookieconsent-optout-marketing a {
    color: #fff;
    text-decoration: underline;
    margin: 0 5px;
}

.cookieconsent-optout-marketing:not(:empty)+iframe,
.embed-responsive .cookieconsent-optin-marketing:not([src]) {
    display: none;
}

.cookieconsent-optout-marketing {
    color: #fff;
}

.embed-responsive.embed-responsive-16by9 {
    background: rgba(0, 0, 0, 0.6);
}
