.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yt-datenschutz {
	position: absolute;
	z-index: 100;
	background-color: rgba(0,0,0,.05);
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.yt-datenschutz img {
   position: relative;
   z-index: -1;
   opacity: 1 !important;
}
.yt-datenschutz.yt-d-white {
	background-color: #FFF;
}
.yt-videos-ok {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: none;
	border-radius: 3px;
	background-color: var(--first-color);
	color: #FFF;
	font-size: 20px;
	padding: 15px 20px;
}
.yt-datenschutz img {
	opacity: .5;
}
