.ch .category_banner .extra_title{
	letter-spacing:0.96px;
}

.content_holder{
}
.category_banner{
    position:relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.category_banner .extra_title{
	font-size:26px;
	line-height:1.3;
	margin-bottom:3%;
}
.category_banner_gradient{
    position:absolute;
    width: 100%;
    height:200px;
    bottom: 0;
  	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.1));
}
.category_banner .category_banner_holder{
    position:relative;
    /*max-width: 1200px;*/
    width:70%;
    padding-top:3%;
    margin:auto;
}
.category_banner img{
	position:relative;
	display:inline-block;
	width:40%;
	top:0;
	margin-left:60%;
	z-index:4;
}
.category_banner .banner_content{
	position:absolute;
	/*width:65%;*/
	width:50%;
	margin:auto;
	padding:3%;
	top:0;
	left:0;
	text-align:left;
	z-index:5;
}
.category_banner .banner_content h1{
	position:relative;
	display:block;
	margin:auto;
	padding:0;
	margin-bottom:2%;
}
.category_banner .banner_content p{
	position:relative;
	display:block;
	color:#68737A;
	width:80%;
	padding:0;
}
@media screen and (max-width: 1350px) {
	.category_banner .extra_title{
		font-size:20px;
	}
	.category_banner .category_banner_holder{
	    width:70%;
	}
	.category_banner .banner_content{
		width:55%;
	}
	.category_banner .banner_content p{
		width:70%;
	}
}
@media screen and (max-width: 1024px) {
	.category_banner .extra_title{
		font-size:18px;
	}
	.category_banner .category_banner_holder{
	    width:80%;
	}
	.category_banner .banner_content{
		width:75%;
	}
	.category_banner .banner_content p{
		width:70%;
	}
}
@media screen and (max-width: 768px) {
	.category_banner .category_banner_holder{
	    width:90%;
	}
	.category_banner img{
		width:45%;
		margin-left:55%;
	}
	.category_banner .banner_content{
		width:70%;
	}
	.category_banner .banner_content p{
		width:100%;
	}
	.category_banner_gradient{
	    height:100px;
	}
	.category_banner .banner_content{
		width:70%;
		left:0;
		top:auto;
		bottom:0;
		padding:3%;
	}
}
@media screen and (max-width: 500px) {
	.category_banner_gradient{
	    height:50px;
	}
	.category_banner img {
	    margin-bottom: -10%;
	}
	.category_banner .banner_content{
		position:relative;
		width:100%;
		margin-top:-5%;
	}
}