.muziek247-item{
	cursor:pointer;
}
.muziek247-item .dashicons{
	position: absolute;
	left: 35%;
	width: 30%;
	height: 30%;
	top: 35%;
	color: white;
	font-size:45px;
}
#video-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s linear;
	top: 0;
	left: 0;
	z-index: 999;
	display:none;
	background-color:rgba(100,100,100,0.5);
}
#video-wrapper.visible{
	opacity:1;
	display:block;
}
#video-wrapper-inner{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#video-close{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 50px;
	margin-top: 50px;
	width:80px;
	height:80px;
	cursor:pointer;
	max-width:10%;
}
#video-close .dashicons{
	font-size: 80px;
	color: white;
}
#m247-video{
	max-width:100%;	
	height:auto;
}