.tt_category_feature {
	text-align:center;
	margin:0 0 60px;
}
#tt_cat_featured {
	float: left;
	width: 100%;
	border: 10px solid #f5f5f5;
	padding: 40px 30px;
}
.tt_category_feature .item {
	float: left;
	width: 100%;
	padding: 0 15px;
}
#tt_category_feature.tt_category_feature img{
	float: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	transition:all 400ms ease-in-out 0s;
	padding:0 0 10px;
}
.tt_category_feature .item:hover img {
	transform: rotateY(180deg);
}
#tt_cat_featured h4::after {
	background: #eee none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
	z-index: -1;
	top: 0;
}
#tt_cat_featured .item:hover h4::after {
	height: 100%;
}
.tt_category_feature h4 {
	color: #222;
	font: 500 15px/18px "Jost", Helvetica, sans-serif;
	position: relative;
	word-break: break-word;
	padding: 10px;
	margin: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
}
@media(max-width: 1199px){
	.tt_category_feature {
		margin:0 0 40px;
	}
	#tt_cat_featured {
		padding: 30px 15px;
	}
	.tt_category_feature h4 {
		font-size:13px;
	}
	.tt_category_feature .item {
		padding:0 10px;
	}
}
@media(max-width: 543px){
	.tt_category_feature {
		margin:0 0 30px;
	}
	#tt_cat_featured {
		padding: 20px 10px;
		border-width: 5px;
	}
}