/* Only the first screening window receives this illustration. */
#science-screening .science-window:has(> .pregnancy-axis) {
  background-color: rgba(255, 250, 239, .9);
  background-image:
    linear-gradient(135deg, rgba(255, 250, 239, .72), rgba(255, 248, 238, .58)),
    url('../assets/screening-window-background.web.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 620px) {
  #science-screening .science-window:has(> .pregnancy-axis) {
    background-position: center top;
  }
}
