#player{

	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	margin: auto;
	overflow: hidden;
	width: 1280px;
	height: 720px;
	background-color: white;
	box-shadow: 0px 0px 4px 0px #000000;
	z-index: -1;

	opacity: 0;

	user-select: none;
	background: linear-gradient(#f7f7f7, #e8e8e8 98%);
	background-size: 10px 10px;
	font-family: 'Helvetica';
	
}

#pageIFrame{

	position: absolute; 
	top: 0;
	width: 100%;	
	height: 100%;

	z-index: -2;
	
}


#preloaderpageIFrame{

	position: absolute; 
	top: 0;
	width: 100%;	
	height: 100%;

	z-index: -1;
	
	display: none;

}

#popUpIFrame{

	position: absolute; 
	top: 0;
	width: 100%;	
	height: 100%;

	z-index: 0;

	display: none;
	
}

#videoPlayer{

	position: absolute;
	bottom: 0px;

	z-index: -1;
	visibility: hidden;
	background-color: black;

}

/* #videoPlayer{

	position: relative;
	height: 666px;
	width: 1280px;

	z-index: -1;

	visibility: hidden;

	background-color: black;

} */