#mask-overlay {
    width: 100%;
    height:100vh;
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	background-color: rgba(0,0,0,0.25);
  }

.hp-titlebox {
	width: 100%;
	left: 0px;
    top: 60vh;
	height: auto;
    z-index: 50;
	color: #fff;
	padding: 2% 5%;
	position: absolute;
}

.hp-titlebox .hp-tagline {
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: 400;
	letter-spacing: -2px;
	font-size: 2em;
	line-height: 1em;
	text-shadow: 2px 2px 10px #000;	
}

.hp-titlebox .hp-tagline2 {
	width: 100%;
	height: auto;
	text-align: left;
	font-weight: 600;
	letter-spacing: -2px;
	font-size: 3em;
	line-height: 1em;
	text-shadow: 2px 2px 10px #000;	
}

.bottom_band {
    width: 100%;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	height: 10%;
	position: absolute;
	top: 90%;
	left: 0px;
	z-index: 100;
	text-align: center;
	font-size: 2em;
	line-height: 1.5em;
	border-bottom: 5px solid #212A33;
	display: flex;
	align-items: center;
	justify-content: center;
}

#scroll_down_btn {
	cursor: pointer;
}

#scroll_down_btn:hover {
	color: #999;
}

#featureSlider {
  height: 100vh;
  width: 100%;  
  display: block;
  margin: 0;
  overflow:hidden;
  }

#featureSlider img {
	max-width: none !important;
	filter: brightness(70%);	
}

#featureSlider .sliderholder {
   display: none;
}

#featureSlider .imgholder {
    position: relative;
    width: 100%;
    height: 100%;
	top: 0px;
	left: 0px;	
	margin: 0 auto;
    padding: 0;
    list-style: none;
}

#featureSlider .imgholder li {
      position: absolute !important;
	  overflow: hidden;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0;
      z-index: 0;
      display: none;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
}

.sliderfill {
	position: absolute;
	width: 2000px;
	height: 1200px;
}

.fullscreen-bg__video {
    position: absolute;
    top: -115px;
    left: 0px;
	width: 100vw;
	height: 135vh;
}