* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, sans-serif;
}
.background-wrap {
	position: fixed;
	z-index: -1000;
	width: 100%;
	height: 100%;
	top: -186px;
}

#video-bg-elem {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}
.content {
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: 100vh;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
}
.content h1 {
	text-align: center;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	padding-top: 5%;
	margin-bottom: 10px;
}
.content p {
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	color: #aaa;
}

.home_banner_container {
	padding-top: 135px;
	width: 70%;
    margin: 0px auto;
}

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.background-wrap {
	    top: -293px !important;
	    left: -626px !important;
	}
	
	.member_display_container {
		display: none;
	}
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
	.member_display_container {
		display: none;
	}
}
