.nocookies .unsplash,
.nocookies .thirdparty {
    background-image: linear-gradient(45deg, black, transparent) !important;
}

.nocookies .authorbox {
    display: none;
}

.nocookies .with-nocookies {
    display: block !important;
}

.nocookies md-yt:before,
.nocookies .youtube:before {
    content: "Enable cookies to watch this video";
    background: linear-gradient(180deg, transparent, black);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    color: white;
    z-index: 100;
    font-variant: all-small-caps;
    font-size: 0.8rem;
}

.nocookies md-yt:after,
.nocookies .youtube:after {
    content: "\f563";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    font-size: 1.5rem;
    color: red;
    border-radius: 200rem;
    z-index: 101;
}

.nocookies md-yt iframe,
.nocookies .youtube iframe {
    display: none !important;
}
