/* Lungenfibrose cover: use the supplied artwork as the single hero background. */
.fibrosis-page .fibrosis-hero {
  background-color: #f7f2e9 !important;
  background-image: url("../img/lungenfibrose-hero-background-custom.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Remove the old layered cover, clipped artwork, and mobile replacement. */
.fibrosis-page .fibrosis-hero__reference,
.fibrosis-page .fibrosis-hero__live-cover,
.fibrosis-page .fibrosis-hero__flora,
.fibrosis-page .fibrosis-hero__mobile-art {
  display: none !important;
}

@media (max-width: 760px) {
  .fibrosis-page .fibrosis-hero {
    /* Keep the patient visible while leaving the text side calm and readable. */
    background-position: 58% center !important;
  }
}
