/* Lungenkrebs cover: use the supplied artwork as the single background. */
.lung-cancer-page .lung-cancer-hero {
  background-color: #faf6ee !important;
  background-image: url("../img/lungenkrebs-hero-background-custom.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Remove the old layered cover and clipped decorative copies. */
.lung-cancer-page .lung-cancer-hero__reference,
.lung-cancer-page .lung-cancer-hero__live-cover,
.lung-cancer-page .lung-cancer-hero__flora,
.lung-cancer-page .lung-cancer-hero__mobile-art {
  display: none !important;
}

@media (max-width: 1050px) {
  .lung-cancer-page .lung-cancer-hero {
    background-position: 66% center !important;
  }
}

@media (max-width: 620px) {
  .lung-cancer-page .lung-cancer-hero {
    background-position: 70% center !important;
  }
}
