| 1 |
.listing-image-wrap .listing-thumb .img-fluid{ |
| 2 |
width:100%; |
| 3 |
} |
| 4 |
/*// real homes*/ |
| 5 |
.flexslider .slides img { |
| 6 |
max-height: 700px; |
| 7 |
} |
| 8 |
|
| 9 |
|
| 10 |
.property-item img{ |
| 11 |
width:488px; |
| 12 |
|
| 13 |
} |
| 14 |
|
| 15 |
/* |
| 16 |
WPestate*/ |
| 17 |
#carousel-listing .slick-slide img { |
| 18 |
max-height: 550px; |
| 19 |
} |
| 20 |
|
| 21 |
#carousel-listing-nav img { |
| 22 |
max-height: 90px; |
| 23 |
} |
| 24 |
|
| 25 |
|
| 26 |
/*mlsimport infobox photo alignment*/ |
| 27 |
|
| 28 |
#infobox_title { |
| 29 |
font-size: 13px; |
| 30 |
} |
| 31 |
|
| 32 |
.prop_pricex{ |
| 33 |
font-size:13px!important; |
| 34 |
} |
| 35 |
|
| 36 |
.infobox_wrapper_image img{ |
| 37 |
min-height:85px; |
| 38 |
} |
| 39 |
|
| 40 |
.infobox_title{ |
| 41 |
height:30px; |
| 42 |
} |
| 43 |
|
| 44 |
/*mlsimport imported listings photos alignment*/ |
| 45 |
.property_listing .listing-unit-img-wrapper, |
| 46 |
.property_listing .carousel{ |
| 47 |
float: left; |
| 48 |
max-height: 230px; |
| 49 |
} |
| 50 |
|
| 51 |
|
| 52 |
|
| 53 |
/*===houzez*/ |
| 54 |
|
| 55 |
/*photoswipe*/ |
| 56 |
|
| 57 |
.pswp__zoom-wrap{ |
| 58 |
transform: scale(1)!important; |
| 59 |
} |
| 60 |
.pswp__img { |
| 61 |
|
| 62 |
top: 50%!important; |
| 63 |
left: 50%!important; |
| 64 |
transform: translate(-50%, -50%); |
| 65 |
} |
| 66 |
|
| 67 |
|
| 68 |
/*unit cards*/ |
| 69 |
.item-header { |
| 70 |
height: 200px; |
| 71 |
overflow: hidden; |
| 72 |
background: black; |
| 73 |
width: 100%; |
| 74 |
} |
| 75 |
|
| 76 |
.listing-image-wrap .listing-thumb .img-fluid { |
| 77 |
width: 100%; |
| 78 |
height: 200px; |
| 79 |
object-fit: cover; |
| 80 |
} |