.listing {
	width: 31.3333%;
	max-width: 100%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	height:443px;

	float: left;
}

.featured-box{background-color:#f8f8f8;}

.featured-image {
	position: relative;
	display: block;
	width: 100%;
	height: 156px;

	border: 10px solid #F8F8F8;
	overflow: hidden;
}
#zmls-thumbnailboxid .featured-image {
	height:250px;
}
/*
.featured-image img {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	max-width: none;
}*/
.featured-content {
	padding: 0 10px 10px;
}
.featured-content .equal{
	height:117px;
}

/* .featured-box img{padding:11px;} */
.featured-box .featured-title{color:#aa2b39;}
.featured-box .featured-text{}
.featured-box .view-btn{width:100%; background-image:url("../images/view-btn-bg.jpg"); background-repeat:repeat; background-position:center top; background-color:#8e0b1c !important;}
.featured-box .view-btn:hover{width:100%; background-image:url("../images/view-btn-bg-hover.jpg"); background-repeat:no-repeat; background-position:center top; background-color:#8e0b1c !important;}



@media screen and (max-width: 1362px) {
	.featured-image{
		height:123px;
	}
	#zmls-thumbnailboxid .featured-image {
		height:200px;
	}

}
@media screen and (max-width: 992px) {
	#zls-matchinglistingsdiv{ padding-top:90px;}
	.listing{ min-width:200px;}
	.featured-image{ height:auto !important;}

}
@media screen and (max-width: 767px) {
	.listing{width:48%;}
}

@media screen and (max-width: 479px) {
	.listing{  width:100%;}
}