.iframe-lazy{
    display: block;
    width: 100%;
    float: left;
}

.videoblok_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 2.4rem;
	color: #fff;
}

.videoblok_overlay i{
	margin-top: 2rem;
	color: #fff;
	font-size: 3.6rem;
}

.cookieconsent-optout-marketing_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff !important;
	background-color: rgba(000, 000, 000, 0.8);
	text-align: center;
}

.inner-wrapper-cookie-overley-video i{
	font-size: 8rem;
	margin-bottom: 3rem;
}

.inner-wrapper-cookie-overley-video{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);	
}

.inner-wrapper-cookie-overley-video p{
	font-size: 1.5rem;
}

.inner-wrapper-cookie-overley-video .button.small{
	font-size: 1.1rem;
}

.videoblok .ratio img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.videoblok_titel{
	display: inline-block;
	margin-bottom: 2rem;
}

@media (max-width:769px) {
	
	.inner-wrapper-cookie-overley-video i{
		font-size: 5.5rem;
		margin-bottom: 3rem;
	}

	.inner-wrapper-cookie-overley-video p{
		font-size: 1.5rem;
	}
}