/* Show full product/service images without cropping */
img[id$="_product_image"],
.product-image,
.vcard-catalog-image {
    object-fit: contain !important;
    object-position: center;
    background-color: #f8fafc;
}

.product-image-container,
.vcard-catalog-media-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
    overflow: hidden;
}

.product-image-container .product-image,
.vcard-catalog-media-frame .vcard-catalog-image {
    width: 100%;
    height: 100%;
}

.card-img-top img,
.carousel-item img[id$="_product_image"] {
    object-fit: contain !important;
    object-position: center;
    background-color: #f8fafc;
}

.card-img-top.img-responsive,
.img-responsive.img-responsive-full.card-img-top {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f8fafc;
}
