.properties-list {
    position: relative;
}
.properties-list-inner {
    height: 80vh;
    overflow-y: scroll;
    margin-top: 65px;
}
.img-cover-wrap {
    position: relative;
    overflow: hidden;
    /* max-height: 160px; */
}
.property-listing a{
    color: #53565A;
}
.cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.listing-map {
    width: 100%;
    height: 100%;
}
.listing-banner {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    top: 10px;
    border-radius: 0 8px 8px 0;
    padding: 1px 8px 0;
    color: #fff;
    font-weight: bold;
}
.more-filters {
    display: none;
}
.property-stat {
    line-height: 1.25;
}
.sort-bar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 15px;
    background: #fff;
    z-index: 1;
    padding: 10px 0 10px;
    border-bottom: solid 1px;
    line-height: 42px;
}
.documents-icon {
    font-size: 40px;
}
.details-map {
    height: 400px;
}
.lease-entry {
    padding: 0 20px 10px;
    border: solid 1px #ccc;
    margin-top: 20px;
}
.property-form label {
    display: block;
}
.property-form input[type=text],
.property-form input[type=email] {
    width: 100%;
    border: solid 1px #ccc;
    padding-left: 5px;
}
.property-form textarea {
    width: 100%;
    height: 80px;
    border: solid 1px #ccc;
    padding-left: 5px;
}
#map .row {
    margin: 0;
}

.properties-map {
    display: none;
}
.fprop-img {
    position: relative;
    overflow: hidden;
}
.img-cov {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .fprop-img {
        height: 140px;
    }
    .prop-img img {
        object-fit: cover;
    }
}
@media (min-width: 992px) {
    .fprop-img {
        height: 193px;
    }
    .properties-map {
        display: block;
    }
    .properties-list {
        max-width: 500px;
    }
}
@media (min-width: 1200px) {
    .fprop-img {
        height: 232px;
        height: 300px;
    }
}