.vdms-video-thumb {
	background-color: rgba(255,255,255,0.5);
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	height: 187px;
	margin: 0;
}

#dimmer {
	background-color: rgba(0,0,0,0.8);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

#vdms-lightbox-container {
	background-color: #000;
	display: none;
	left: 50%;
	position: fixed;
	top: 50%;
	width: 100vm; /* IE9 fallback */
	height: 56.25vm; /* IE9 fallback */
	width: 100vmin; 
	height: 56.25vmin;   
	max-width: 800px;
	max-height: 450px;
	min-height: 450px;
	z-index: 9999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ie-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#vdms-lightbox-container iframe {
	height: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	z-index: 1;
}

#vdms-lightbox-container .vdms-button-close {
	background-color: #dddddd;
	border-radius: 100%;
	cursor: pointer;
	font-size: 40px;
	height: 40px;
	line-height: .9;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	width: 40px;
	z-index: 2;
}