#content-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
}

#background-video {
	height: 70vh;
	min-height:600px;
	width: 100vw;
	object-fit: cover;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	margin-bottom: -6vw;
}

#content-video h1 img{
	margin-top:10em;
	width:15em;
}


#nav-video{
	position:absolute;
	left:0;
	right:0;
	bottom:30vh;
		
}

#nav-video .social{
	
	text-align:center;
}
#nav-video ul{
	left:0;
	right:0;
	margin: auto;
	/*width: 95vw;*/
	/*! text-align: center; */
	z-index: 99;
	display:inline-block;
}

.social li{
	display:inline-block;
	vertical-align: middle;
	color:white;
}
.social img{
	height: 6em;
	margin:0 0.3em;
}

.social .dont-break{
	/*! float:right; */
}

	@media screen and (max-width: 736px) {

		.social img{
			height: 4.5em;
			margin:0;
		}

.social .dont-break{
	float:none;
	clear:both;
}


	}
	
.social a img { transition: all .1s ease-out; }
.social a:hover img { transform: scale(1.1); }




.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

#newsletter span {
  padding:0px 50px;
}