/* 2026-08-18: the supplied development-page reference uses landscape product
   panels.  The source image must remain entirely visible inside each panel. */
body.kc-handheld-subcat-reference .kc-scl-product-media {
    flex: 0 0 auto;
    aspect-ratio: 3 / 2;
}

body.kc-handheld-subcat-reference .kc-scl-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
