@charset "utf-8";
*{
	box-sizing: border-box;
}
body{
  margin: 0;
  font-family: sans-serif, source-sans-pro, Verdana, "Trebuchet MS", Arial;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
}
.container{
  padding-left: 4rem;
  padding-right: 4rem;
  margin: auto;
  text-align: center;
}
.logo {
	position: fixed;
	float: left;
}
.video-container {
	position: absolute;
	top: 0%;
	left: 0%;
	overflow: hidden;
	background-color: #FFFFFF;
	background-size: cover;
	display: block;
	margin: auto;
	height: 100vh;
}
video {
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	z-index: -1;
	opacity: 1.00;
}

