.iframe-lazy{
    display: block;
    width: 100%;
    float: left;
}

.videoblok_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #f6f4f2;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 4.8rem;
	background: rgba(28,28,28,0.3);
}

.videoblok .ratio > a{
	border-radius: 3rem;
	overflow: hidden;
	
}

.videoblok_overlay i{
	margin-top: 2rem;
	color: #f6f4f2;
	font-size: 3.6rem;
	width: 7rem;
	height: 7rem;
	background-color: #f49c82;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.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;
}

@media (max-width:769px) {
	
	.inner-wrapper-cookie-overley-video i{
		font-size: 5.5rem;
		margin-bottom: 3rem;
	}
	
	.videoblok_overlay i{
		width: 5rem;
		height: 5rem;
    	font-size: 2.6rem;
	}

	.inner-wrapper-cookie-overley-video p{
		font-size: 1.5rem;
	}
	
	.videoblok_overlay{
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}