
.body{
	background-color: black;
	position: relative;
}
.logo{
	text-align: center;
	display: block;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	position:absolute;

}
#info{
	color: #B20002;
	margin: 3em auto auto auto;
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}

#BGVideo {
  z-index: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	overflow-y: visible;
}
img{
	max-width: 80%;
}