.banner-border {
	background-color: #E5E5E5;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	margin: 10px 0 20px 0;
	padding: 20px 0;
}

.banner-container {
	height: auto;
	margin: auto;
}

.banner-slides-container {
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.slides {
	height: auto;
	position: absolute;
}

.slides .image {
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 15;
}

.slides .image img {
	height: auto;
	width: 100%;
}

.slides .text-container {
	background-color: rgba(0, 0, 0, 0.7);
	height: 94px;
	margin-top: 494px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	z-index: 30;
}

.text-container .title {
	width: 100%;
}