
.youtube_box .youtube_video .video{
    position:relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-color: #2d2d2d;
}
.youtube_box .youtube_video .video iframe,
.youtube_box .youtube_video .video img,
.youtube_box .youtube_video .video .youtube_click_wrapper{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.youtube_box .youtube_video .video .youtube_click_wrapper{
    cursor:pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.youtube_click_wrapper .play_btn{
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    text-align:center;
    z-index:10;
    line-height:100%;
    opacity: 0.8;
    transition: opacity 0.4s;
    box-sizing: border-box;
}

.youtube_box .cookie-request {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;

}
.youtube_box .cookie-request:before {
    background-color: rgba(40,40,40,0.8);
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.youtube_box .cookie-request .cookie-request-content {
    position: absolute;
    z-index: 2;
    color: white;
    padding: 1rem;
    box-sizing: border-box;
}