.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border: none;
    margin-bottom:16px;
    z-index: 8;
	width:100%;
}



.youtube  img {
    width: 100%;
    top: -65px;
    left: 0;
    opacity: 0.7;
    height:auto;
}

.play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 9;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
}

.play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}



.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.play-button, .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index:10;
}
.playaction {
    position: absolute;
    z-index: 10 !important;
    width:100%;
    height: 100%;
    cursor: pointer;
    top:0;
    left:0;
}
.youtubedsgvo {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    color: #424242;
    padding: 14px;
    bottom: 0;
    margin: 4%;
    text-align: center;
    z-index: 11 !important;
    width: 90%;
}


/* rechte Spalte Produkt */
.product-r .youtubedsgvo {
    position: relative;
    background-color: rgba(255,255,255,1);
    padding: 6px;
    bottom: 0;
    margin: 0%;
    line-height: 1;
    border: 1px #ccc solid;
    width:auto;
    font-size: 95%;
}

.product-r .play-button{
    top: 30%;
    width: 60px;
    height: 50px;
}
.product-r .play-button:before {
    top: 54% !important;
}
.product-r .youtube  img {
    top: -12px;
}
