.content-inner-banner .banner-image{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	z-index: 0;
	width: 100%;
	margin-top: -50px;
}
.content-inner-banner .contents{
	width: 60%;
    margin: auto;
    height: 200px;
    z-index: 2;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content-inner-banner .banner-title{
	font-size: 90px;
	font-weight: 800;
	color: #fff;
}
.content-inner-banner .blackOverlay{
	background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.content-inner-banner .banner-subtitle{
	font-size: 20px;
	color: #fff;
}
@media( max-width: 1100px ){
	.content-inner-banner{
		height: 340px;
	}
}
@media(max-width: 995px ){
	.content-inner-banner .contents{
		width: 100%;
    	text-align: center;
	}
	
}

@media(max-width: 900px ){
	.content-inner-banner{
		height: 300px;
	}
	.content-inner-banner .banner-image{
		margin: 0;
		height: 100%;
	}
	
}
@media(max-width: 600px ){
	.content-inner-banner .banner-title{
		font-size: 60px;
	}
	.content-inner-banner .banner-subtitle{
		font-size: 16px;
	}
	.content-inner-banner{
		height: 200px;
	}
	.content-inner-banner .contents{
		height: 150px;
	}
}
@media(max-width: 400px ){
	.content-inner-banner .banner-title{
		font-size: 35px;
    	margin-top: 20px;
	}
}