/* DICHANA v2.2.58 — Homepage category full-bleed media hotfix.
   Loaded after the shared responsive quality layer and scoped to the
   homepage category showcase so other intentionally contained media remain
   unchanged. */

body.home-page .formula-panel,
body.home-page .formula-panel-media {
  overflow: hidden;
}

body.home-page .formula-panel-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 760px) {
  body.home-page .formula-panel-image {
    object-position: center center !important;
  }
}
