    .hero-bg {
      background-image: url('/public/images/hero.png');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }