.cookieconsent-optout-marketing {
	background-color: #FFF;
}

.cookieconsent-optout-marketing .youtube-play-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
	height: auto;
	cursor: pointer;
	z-index: 10;
}

.cookieconsent-optout-marketing .video-link {
	display: block;
	position: relative;
	padding: 0;
	line-height: 0;
	overflow: hidden;
	box-shadow: 0px 0px 50px 30px rgba(0, 0, 0, 0.2) inset;
	/*box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.1) inset, -10px -10px 30px rgba(0, 0, 0, 0.1) inset;*/
}

.cookieconsent-optout-marketing .video-link img.placeholder {
	position: relative;
	width: 100%;
	max-width: 640px;
	/*z-index: -2;*/
	z-index: 0;
}

.cookieconsent-optout-marketing .video-link .video-note {
	display: none;
	position: absolute;
	top: 20%;
	left: -3px;
	width: 102%;
	height: auto;
	margin: 0;
	padding: 3em 1em 3em 1em;
	font-size: 1.1em;
	line-height: 2em;
	color: #222;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background-color: #FFF;
	opacity: 0.9;
	z-index: 11;
}

.cookieconsent-optout-marketing .video-link:hover img,
.cookieconsent-optout-marketing .video-link:focus img {
	/*filter: grayscale(80%) blur(2px);*/
	filter: blur(2px);
}

.cookieconsent-optout-marketing .video-link:hover .video-note,
.cookieconsent-optout-marketing .video-link:focus .video-note {
	display: block;
}

.cookieconsent-optout-marketing .video-note2 {
	position: relative;
	padding: 0 1em 0 1em;
	font-weight: normal;
	text-align: center;
}

