body {
	//overflow: hidden;
	background-color: black;
}
.line {
	width: 100%; 
	height: auto
	max-width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	//overflow: hidden;
}
.centerBlock {
    display: inline-block;
    vertical-align: middle;
}
#Vid {
	position: absolute;
	left: 0px;
	top: 0px;
}
#StartButton {
	font-family: "Tempus Sans ITC", Arial, sans-serif;
	position: absolute;
	top: 60%;
	left: 40%;
	transform: translate(-50%,-50%);
	width: 100px;
	height:  50px;
	border-style: solid;
	border-width: 5px;
	border-color: black;
	border-radius: 15px 15px 15px 15px;
	color: black;
	font-size: 48px;
	background-color: white;
}
#ButtonText{
	margin-top: -5px;
}
.copyRightText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	line-height: 150%;
}
#Poster {
}
#PosterPic {
	width: 100%;
	max-width: 80%;
	height: 100%
	max-height: 80%
}
.posterInsert {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	//overflow: hidden;
}
.videoInsert {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	//overflow: hidden;
}
.videoInsert video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%; 
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

}
#ForwardButton1 {
	display: none;
}
/*
#ForwardButton2 {
	display: none;
}
#ForwardButton3 {
	display: none;
}
#ForwardButton4 {
	display: none;
}
#BackButton2 {
}
#BackButton3 {
}
#BackButton4 {
}
#BackButton5 {
}
*/
.forwardButton {
	position: absolute;
	left: 95%;
	top: 50%;
}
.backButton {
	position: absolute;
	left: 2%;
	top: 50%;
}
#Page1 {
	display: none;
}
#Page2 {
	display: none;
}
#Page3 {
	display: none;
}
#Page4 {
	display: none;
}
#Page5 {
	display: none;
}
.mobileDiv {
}
.mobileVid {
}