html,body {
	font-family:"PlatformB", sans-serif;
	font-size:100%;
	height:100%;
	line-height:1.45;
}

.video-container {
	width: 100%;
	height: 600px;
}

.fade { 
	background-color:rgba(0,0,0,.85) !important; 
}

#overlay {
	background-color:rgba(0,0,0,.33);
	height:75%;
	left:0;
	position:relative;
	top:0;
	transition:background-color 300ms ease;
	width:100%;
}

#overlay-mobile{
	background-color:rgba(0,0,0,.33);
	height:50%;
	left:0;
	position:relative;
	top:0;
	transition:background-color 300ms ease;
	width:100%;
	margin-top: 140px;
}

#hero-vid {
	backface-visibility:hidden !important;
	background-repeat:no-repeat !important;
	background-position:50% 50%  !important;
	background-size: cover !important;
	bottom:0;
	height:auto;
	min-height:100%;
	min-width:100%;
	position:fixed;
	right:0;
	top: 0;
	left: 0;
	z-index:-1;
}

#hero-pic {
	backface-visibility:hidden !important;
	background-repeat:no-repeat !important;
	background-position:50% 50%  !important;
	background-size: cover !important;
	bottom:0;
	height:auto;
	min-height:100%;
	min-width:100%;
	position:fixed;
	right:0;
	top: 0;
	/* width:auto; */
	z-index:-1;
}

/* #hero-pic {
	display:block;
	height:auto;
	width:100%;
} */

.clearfix:before, .clearfix:after {
	content: '';
	display: table;
	clear: both;
}


/* Visibility Helpers */
@media only screen and (min-width:769px) and (max-width: 990px) {
	#overlay {
		top: 100px;
	}
	#hero-vid {
		top: 65px;
	}
}

@media only screen and (min-width:769px) {
  .visible-mobile,.visible-tablet,.hidden-desktop { display:none !important; }
}

@media only screen and (min-width:480px) and (max-width:768px) {
  .visible-mobile,.hidden-tablet,.visible-desktop,.hidden-mobile { 
  	display:none !important; 
  }

}

@media only screen and (max-width:479px) {
  .hidden-mobile,.visible-tablet,.visible-desktop { 
  	display:none !important; 
  }
  #overlay {
  	width: 483px;
  	height: 274px;
  	max-width: 100%;
  	max-height: 100%;
  }
}