html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .hero-image {
    display: none;
  }
}