/*
 * DICHANA v8.5.98 — Hero visual balance
 *
 * Hero artwork must keep its intrinsic ratio so the full image remains visible.
 * The matching templates omit decorative captions to prevent a blank text row
 * from extending the visual card below the image.
 */

.batch2-hero-visual,
.batch4-hero-visual,
.product-library-hero-visual {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

.batch2-hero-visual > img,
.batch4-hero-visual > img,
body.product-library-hero-compact-v8560 .product-library-hero-visual > img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.batch2-hero-visual > figcaption,
.batch4-hero-visual > figcaption,
.product-library-hero-visual > figcaption {
  display: none !important;
}
