html {
  overflow:  auto;
  scroll-behavior: auto;
}
.home-hero {
  background-image: url("/theme/img/home-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.home-hero-bg {
  background: rgba(0, 0, 0, 0.5);
}
.img {width: 80%;}
