.scrolled .header-logo img {
  filter: brightness(0) saturate(100%);
}
.hero-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


@supports (-webkit-touch-callout: none) {
  .hero-background {
    background-attachment: scroll;
  }
}