#lotsMap {
    max-height: 600px;
}

.listing.mapListing__listing.properties__mapListing {
    max-height:75vh;
    overflow-y: scroll;
}

@media only screen and (max-width: 63rem) {
    .listing.mapListing__listing.properties__mapListing {
        max-height: none;
        overflow: visible;
    }
}

.mapListing__listing__item__price.listing__item__price {
    float: left;
}

.mapListing__listing__item__synopsis.listing__item__synopsis {
    clear: both;
    padding-top: 5px;
}

.mapListing__listing__item__availability.listing__item__availability {
    float: left;
    background: #7ED321;
    color: #fff;
    font-weight: 700;
    padding: .5rem 1rem;
    margin-left: 5px;
}