.video-titel{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	display: block;
	margin-top: 10px;
	margin-bottom: 23px;
}

.videoblok_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
}

.videoblok_overlay i{
	margin-top: 20px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	border-radius: 50%;
	line-height: 38px;
	width: 46px;
	height: 46px;
	background-color: #e63223;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}