.home-banner{
	padding: 200px 20px;
	position: relative;
	overflow: hidden;
}

.home-banner .bg-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.home-banner .wrapper{
	margin: 30px 20px;
}

.home-banner .images{
	display: none;
}

.home-banner *{
	color: #fff;
}

.home-banner .cm-content{
	text-align: center;
}

.home-banner h1{
	text-shadow: 1px 1px 1px #50545f;
}

.home-banner h1 span{
	display: block;
}

.home-banner .page-center{
	position: relative;
	z-index: 20;
}

.home-banner .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

@media(max-width: 991px){
	.home-banner{
		padding: 125px 20px;
	}
}

@media(max-width: 767px){
	.home-banner {
		padding: 20px 0px 50px;
	}
}
}

