@-o-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }
html, body {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
html, body, div {
	margin: 0;
	padding: 0;
}
div#player {
	height: 100%;
	width: 100%;
}
div#player video,
div#player > div,
div#player object,
div#player embed {
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
div#player video{	
	transform: none!important;
	left: 0!important;
	right: 0!important;    
	bottom: 0!important;
	top: 0!important;
}
#posterPlayer {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
#posterPlayer .playIcon {
	background: url('/images/playIcon.png') no-repeat;
	background-size : cover;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: calc(36% / 2 * -1);
	margin-top: calc(36% / 2 * -1);
	padding-bottom: 36%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 36%;
}