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

/* Prevent the original artwork and its masking panels from showing through. */
.lung-cancer-page .lung-cancer-about__reference,
.lung-cancer-page .lung-cancer-about__cover {
  display: none !important;
}
