﻿.cookieconsent-optout-marketing__inner,
.cookieconsent-optout-marketing__inner .cookieconsent-marketing__images {
    display: grid;
    place-items: center;
}
.cookieconsent-optout-marketing__inner > *,
.cookieconsent-optout-marketing__inner .cookieconsent-marketing__images img {
    aspect-ratio: 16 / 9;
    grid-row: 1 / -1;
    grid-column: 1 / -1;
}
.cookieconsent-optout-marketing__inner .cookieconsent-marketing__images,
.cookieconsent-optout-marketing__inner img {
    width: 100%;
    height: 100%;
}
.cookieconsent-marketing__images .cookieconsent-marketing__btn-play {
    order: 2;
    width: 25%;
}
.cookieconsent-optout-marketing__inner .cookieconsent-marketing__text {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}
.cookieconsent-optout-marketing__inner p,
.cookieconsent-optout-marketing__inner a {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
}
.cookieconsent-optout-marketing__inner a {
    text-decoration: underline !important;
}

/* -- for lazy loading -- */
#yt-player__cookieconsent {
    display: grid;
    place-items: center;
}
#yt-player__cookieconsent > * {
    grid-row: 1/-1;
    grid-column: 1/-1;
    width: 100%;
}
/* -- for lazy loading -- */