/* Use the supplied artwork as the complete background for “Über Lungenfibrose”. */
.fibrosis-page .fibrosis-about {
  background-color: #f7f2e9 !important;
  background-image: url("../img/lungenfibrose-about-background-custom.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
}

/* Prevent the section's original artwork and decorative layers from showing. */
.fibrosis-page .fibrosis-about__reference,
.fibrosis-page .fibrosis-about__cover,
.fibrosis-page .fibrosis-about__flora,
.fibrosis-page .fibrosis-about__mobile-art {
  display: none !important;
}
