.cookieconsentYT {
    position: relative;
    padding-bottom: 47%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cookieconsentYT .overlay {
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    padding-bottom: 47%;
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgb(14 14 14 / 98%);
}
.cookieconsentYT .overlay p {
    margin: 0;
    padding-top: 23.5%;
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 450px){
    .cookieconsentYT .overlay p {
        font-size: 10px;
    }
}
#play-video {
    background: #700;
    padding: 11px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
}