@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fancygallery {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .fancygallery a {
        padding: 6px;
    }

    .searchframe .atlas-input-autocomplete-results-anchor .rbt {
        -ms-flex: 1 1 0px !important;
    }
}

.row-fluid {
    display: table;
}

.row-fluid .span6 {
    display: table-cell;
    vertical-align: top;
}

.vc_single_image-wrapper {
    position: relative;
    width: 136px;
    height: 136px;
}

.vc_single_image-wrapper .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
}

@media screen and (max-width: 659px) {
    .searchframe.citysearch .header {
        min-height: 235px;
    }
}
@media screen and (min-width: 660px) and (max-width: 1279px) {
    .searchframe.citysearch .header {
        min-height: 209px;
    }
}
@media screen and (min-width: 1280px) {
    .searchframe.citysearch .header {
        min-height: 285px;
    }
}
.searchframe.citysearch .container.py-5 {
    min-height: 1300px;
}

.content-body img {
    max-width: 100% !important;
    height: auto !important;
}