# mlsimport/5.8.6/public/css/mlsimport-public.css

MLSImport: IDX Plugin &amp; MLS Plugin for Real Estate Listings, version 5.8.6. 80 lines.

- Page: https://pluginprobe.com/plugins/mlsimport/5.8.6/code/public/css/mlsimport-public.css
- Raw: https://pluginprobe.com/plugins/mlsimport/5.8.6/raw/public/css/mlsimport-public.css
- Modified: 2024-04-23T10:47:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/mlsimport/5.8.6/code/public/css/mlsimport-public.css#L10-L20`.

```css
.listing-image-wrap .listing-thumb .img-fluid{
width:100%;
}
/*// real homes*/
.flexslider .slides img {
	max-height: 700px;
}


.property-item  img{
	width:488px;

}

/*
WPestate*/
#carousel-listing .slick-slide img {
	max-height: 550px;
}

#carousel-listing-nav img {
	max-height: 90px;
}


/*mlsimport infobox photo alignment*/

#infobox_title {
	font-size: 13px;
}

.prop_pricex{
	font-size:13px!important;
}

.infobox_wrapper_image img{
	min-height:85px;
}

.infobox_title{
	height:30px;
}

/*mlsimport imported listings photos alignment*/
.property_listing .listing-unit-img-wrapper,
.property_listing .carousel{
	float: left;
	max-height: 230px;
}



/*===houzez*/

/*photoswipe*/

.pswp__zoom-wrap{
		transform: scale(1)!important;
}
.pswp__img {

	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%);
}


/*unit cards*/
.item-header {
	height: 200px;
	overflow: hidden;
	background: black;
	width: 100%;
}

.listing-image-wrap .listing-thumb .img-fluid {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
```
