

.heroSlide {
	width:100%;
	height:100%;
	overflow:hidden;
}
.heroSlide img {
	width:100%;
	height:auto;
}

.slideOverlay {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .8);
	position:absolute;
	top:0;
	left:0;
	display:flex;
}

.slideHeadline {
	overflow:hidden;
}

.slideHeadline h1, .slideHeadline h3 {
	color:#fff;
}

.slideHeadline, .heroImageHeadline {
	text-align:center;
	margin: auto;
	align-items: center;
	/* position:relative;
	top:50%;
	margin-top:-4.5em; */
}



.slideHeadline h2, .heroImageHeadline h2, .heroImageHeadline {
	color:#fff;
}




/* END SLIDESHOW */

/* HERO IMAGE */

.hero_image img {
	width:100%;
	height:auto;
}

.heroImageHolder {
	width: 100%;
	height: 100%;
	position: relative;
}
.heroImageContent {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display: flex;
}

.heroImageContainer {
	position: relative;
}
.heroImageContainer img {
	width: 100%;
	height:auto;
}

.heroImageHeadline {
	align-self: center;
	z-index: 2;
}
.heroImageContent::after {
	content: '';
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .8);
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}