header.hero-media-header {
  	position: relative;
	max-height: 990px;
	width: 100%;
	overflow: hidden;
}

div.hero-text-container {
 	text-align: center;	
	position: absolute;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
div.hero-container {
	position: absolute;
	width: 100%;	
	height: 100%;	
	top: 0px;	
	display: grid;	
	align-items: center;	
	justify-items: center;
	grid-row-start: 2;
    grid-column-start: 2;
	z-index: 2;
	margin-bottom: 60px;
}

.hero-media-banner {
	margin-bottom: 60px;
}

#hero-media-banner-block_612ffb9aa05c6.hero-media-banner {
	margin-bottom: 0px;
}


.hero-container .hero-text-container h1.hero-header-title-text, 
.hero-container .hero-text-container h3.hero-header-sub-text {
	color: white!important;
	margin:auto;
}
 
.hero-container .hero-text-container h1.hero-header-title-text {
	font-size: 55px;
    line-height: 55px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.25);
}

.hero-container .hero-text-container h1.hero-header-title-text span {
	color: #f4da6c !important;
}

.hero-container .hero-text-container h3.hero-header-sub-text {
    font-weight: normal;
    font-size: 18px;
    font-family: 'Roboto';
	margin-bottom: 30px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.75);
}

header.hero-media-header video {
	position: absolute;
	top: 0px;
	left: 50%;
	min-width: 102%;
	min-height: auto;
	width: 100%;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%); 
	margin-top: -5px;
}

header.hero-media-header:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	mix-blend-mode: color;
}

/* @media (max-width: 575.98px) {
  header.hero-media-header video {
    display: none;
  }
} */

header.hero-media-header img.poster {
  height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  object-position: bottom right;
  position: absolute;
  top: 0;
  left: 0;
}


#hero-media-banner-block_612ffb9aa05c6 .hero-container .hero-text-container h1.hero-header-title-text {
    font-size: 105px;
    line-height: 105px;
    margin-bottom: 15px;
	text-shadow: none;
}

@media only screen and (max-width: 997px) {
	.dynamic-img-scaler {
		display:none;
	}
	header.hero-media-header video {
		min-width: auto;
		min-height: 100%;
		height: 102%;
		object-fit: cover;
	}

	.hero-container .hero-text-container h1.hero-header-title-text {
		font-size: 45px;
		line-height: 45px;
	}
	#hero-media-banner-block_612ffb9aa05c6 .hero-container .hero-text-container h1.hero-header-title-text {
		font-size: 60px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 576px) {
    .hero-container .hero-text-container h1.hero-header-title-text {
		font-size: 36px;
		line-height: 36px;
	}
	#hero-media-banner-block_612ffb9aa05c6 .hero-container .hero-text-container h1.hero-header-title-text {
		font-size: 55px;
		line-height: 55px;
	}
}



