@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #16025A;
}

.video-wrapper {
	position: relative;
	padding-left: 0px;
	
}

video { 
	height: 80vh; 
	min-height: 80%; 
	margin: 0 auto;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
}

.email {
	font-family: Arial;
	font-size: 2em;
    color: #FFFFFF;
    position:absolute;
    height:40px;
    bottom:0px;
    margin: auto;
	text-align: center;
	width: 100%;
    
}

.email a {
    color: #FFFFFF;
    text-decoration: none;
}