<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 rgba(255, 255, 255, 0);
	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: #0d203b;
    font-weight: 700;
    padding: 15px 0;
}
.featured-box .featured-text {
    color: #0d203b;
    font-weight: 600;
}
.featured-box .view-btn {
    width: 100%;
    background-color: #3a6bb4 !important;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.featured-box .view-btn:hover{background-color: #0d203b !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%;}
}</pre></body></html>