.youtube-default .youtube_box .youtube_video{
    border:var(--youtube_border);
    padding:15px;
    position:relative;
    z-index:1;
    text-align: center;
    max-width:330px;
    margin:0 auto;
}
.youtube-default .youtube_box .youtube_video:before{
    position:absolute;
    z-index:2;
    left:15px;
    right:15px;
    top:-1px;
    bottom:-10px;
    background-color: white;
    content:'';
}
.youtube-default .youtube_box .youtube_video:after{
    position:absolute;
    z-index:2;
    left:-1px;
    right:-1px;
    top:15px;
    bottom:15px;
    background-color: white;
    content:'';
}
.youtube-default .youtube_box .youtube_video .video{
    position:relative;
    z-index:3;
    display:inline-block;
    min-height:200px;
}
.youtube-default .youtube_box .youtube_video .video iframe{
    min-height:200px;
}
/* Overlay Thumb */
.youtube-default .youtube_box .youtube_video .video{
    position:relative;
}
.youtube-default .youtube_box .youtube_video .video .overlay{
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.youtube-default .youtube_box .youtube_video .video .overlay:after{
    background-image:url('https://www2.x65.de/vorschau/ghaussy.de/files/images/layout/youtube.png');
    content:'';
    position:absolute;
    z-index:3;
    height:70px;
    bottom:0px;
    left:0px;
    right:0px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.youtube-default .youtube_box .youtube_video .video iframe{
    z-index:1;
    position:relative;
}