
/*.page-banner {
	position: relative;
	text-align: center;
}*/
		
.page-banner-text {
	position: absolute;
	top: 10%;
}
		
.container-page-banner-text {
	padding: 8px 16px 8px;
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
	color:whitesmoke;
	border-top: 3px solid #db0720;
}
		
.container-page-banner-text h1 {
	font-size: 2.2em;
	font-weight: 300;
}


.page-banner {
	position: relative;
	background-color: black;
}


.hero-slider {
  width: 100%;
  height: auto;
}

.hero-slider-image {
  position: relative;
}

.hero-banner-text {
  position: absolute;
  top:10%;
}

.hero-banner-text-container h1 {
	font-size: 2.2em;
	font-weight: 300;
}

.hero-banner-text-container {
	padding: 8px 16px 8px;
	background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .6));
	color:whitesmoke;
	border-top: 3px solid #db0720;
}


.container {
  position: relative;
}


		
@media (max-width: 767px) {
	.page-banner-text {
		position: relative;
		top: 0%;
		width: 100%;
	}
	
	.container-page-banner-text h1 {
	font-size: 1.9375em;
}
	
	.hero-banner-text-container h1 {
	font-size: 1.9375em;
}
	
	.hero-banner-text-container {
	background-color: black;

}
	
	.hero-banner-text {
		position: relative;
		top: 0%;
		width: 100%;
	}
}