@CHARSET "UTF-8";

body, html {
	height:100% !important;
	margin: 0px 0px 0px 0px  !important;
	padding: 0px 0px 0px 0px !important;	
}


body {
	min-width:0px !important;
}

.embedPlayer {
	width:100%;
	height:100%;
}

.videoThumbnail {
	position:absolute;
	width:100%;
	height:100%;
	float:left;
	display:inline-block;
	background-color:#000000;
	background-size:cover;
	background-position:center center;
	display:none;
	cursor: pointer;
}

.embedPlayerHolder {
	width:100%;
	height:100%;
	float:left;
	display:inline-block;
	background-color:#000000;
}

.videoPlayButton {
	position:absolute;
	height:25%;
	width:25%;
	background-image:url("../img/playbutton.png");
	background-size:contain;
	background-position:center center;
	background-repeat: no-repeat;
	display:none;
	pointer-events:none;
}