.property_detail_content #gallery ul {
    width: 100%;
}

.property_detail_content #gallery li {
    width: calc((100% / 5) - 10px);
    margin: 0 10px 10px 0;
    position: relative;
}

.property_detail_content #gallery li a {
    margin: 0;
    height: 85px;
}

.property_detail_content #gallery li img {
    height: auto !important;
}

.property_detail_content #gallery li img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
}

.property_detail_content #gallery ul li:nth-child(n+11) {
    display: none;
}

.property_detail_content #gallery ul li .count {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 300;
}
