.properties-grid-custom .listing_wrapper {min-height: 324px}
.properties-grid-custom .listing_wrapper .property_listing {height: auto;}
.properties-grid-custom .listing-unit-img-wrapper {height: 200px; overflow: hidden; background: #fff;}
.properties-grid-custom .listing_title_unit {font-size: 16px; font-weight: normal; min-height: 45px; display: flex; margin: 10px 0 0 0;}
.properties-grid-custom .listing-unit-img-wrapper img {width: 100%;}
.properties-grid-custom .category_tagline {text-transform: capitalize; line-height: 17px;}
.mainimg {opacity: 1; transition: all .1s ease-in-out;}
.secimg {opacity: 0; z-index: 1; position: absolute; top: 0; left: 0;transition: all .1s ease-in-out;}
.properties-grid-custom .listing_wrapper:hover .mainimg{opacity: 0;}
.properties-grid-custom .listing_wrapper:hover .secimg{opacity: 1;}
#load-more-button {
    color: #fff;
    background: var(--main-gold);
    border: 1px solid var(--main-gold);
    padding: 15px 30px;
    transition: all .3s ease;
    border-radius: 3px;
    display: block;
}
#load-more-button:hover {
    color: #333;
background: #fff;}
#load-more-button,
#load-more {
    margin: 0 auto;
}
