/* Gallery Product Images - Equal Size Styling */
.gallery-filter-wrapper .single-gallery .gallery-thumb {
    height: 300px;
    overflow: hidden;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-filter-wrapper .single-gallery .gallery-thumb .fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Service Sector Product Images - Equal Height Styling */
.single-service-sector .service-sector-thumb {
    height: 250px !important;
    width: 250px !important;
    overflow: hidden !important;
    display: block !important;
    position: relative;
    margin: 0 auto;
}

.single-service-sector .service-sector-thumb a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.single-service-sector .service-sector-thumb a img.image-outbox,
.single-service-sector .service-sector-thumb img.image-outbox {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

