html body{
	overflow-x: hidden;
}
body .page div{
	overflow-x: hidden;
}
body .page h2{
	font-size: 50px;
	margin: 0px;
	color: white;
}
body .page hr{
	width: 20%;
	height: 3px;
	margin: 10px;
	background-color: lime;
	border-color: lime;
}


body .page .about center{
	margin: 0px;
	padding: 0px;
}

body .page .about .abim2{
	width: 800px;
	height: 800px;
	display: flex;
	margin:  0 0 auto;
	overflow-x: hidden;
}
body .page .about .abim2 video{
	position: relative;
	width: 800px;
	height: 800px;
	z-index: 0;
	top: 0;
	left: 0;
}

body .page .about .abim2 div{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	width: 800px;
	height: 800px;
	margin: 0px;
	overflow-x: hidden;
}
body .page .about .abim2 div img{
	width: auto;
	margin: 0px;

}


body .page .about{
	width: 50%;
	height: auto;
	margin: 0px;
	margin-left: 25%;
	margin-right: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

body .page .about h2{
	font-size: 70px;
	margin: 5px;
}

body .page .about p{
	font-size: 20px;
	width: 100%;
	padding: 20px;
	margin: 0px;
	text-align: left;
	font-family: play;
	font-weight: bold;
	color: white;
}
body .page .about p{
font-size: 20px;
width: 80%;
padding: 0px;
margin: 0px;
text-align: left;
font-family: play;
font-weight: bold;
color: white;
}

body .page .terms ul{
	list-style: none;
}

body .page .terms ul li{
	font-size: 25px;
	color: white;
}
body .page .about h1{
	transform: scale(2.0);
	width: 20%;
	background-image: url(images/theexodus.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}
body .page .about h1 a{
	text-decoration: none;
	color: lime;
}

@media (max-width: 720px){

	body .page{
	margin-left: 0%;
	margin-right: 0%;
	}

	body .page .about{
	width: 100%;
	height: auto;
	margin: 0px;
	margin-left: 0%;
	margin-right: 0%;
	}
	body .page h2, body .page .about h2{
	font-size: 40px;
	margin: 5px;
	}
	body .page .about .abim2 div{
	transform: scale(1.0);
	margin:  0 0 auto;
	}

	body .page .about .abim2{
	width: 300px;
	height: 300px;
	display: flex;
	margin:  0 0 auto;
	}
	body .page .about .abim2 video{
		position: relative;
		width: 300px;
		height: 300px;
	}

	body .page .about .abim2 div{
		position: absolute;
		display: flex;
		z-index: 1;
		width: 300px;
		height: 300px;
		margin: 0px;
	}
	body .page .about .abim2 div img{
		width: auto;
		margin: 0px;
		transform: scale(0.5);
	}
	body .page .about h1{
		transform: scale(1.7);
		width: 30%;
	}

	body .page .terms ul li{
	font-size: 20px;
	}

	body .page .contact{
		margin-right: 0%;
		margin-left: 0%;
	}
}