﻿/* Image Gallery*/
.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    flex-shrink: 0;
    min-height: 200px;
}

    .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        object-fit: cover;
    }

.listing-item .thumb-info-wrapper img {
    flex-shrink: 0;
    min-height: 165px;
}

.listing-item .thumb-info-wrapper {
    width: 100%;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover;
}
