#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(./images/forest-fire-burning-home.jpg) top center;
  background-size: cover !important;
  /* background-attachment: fixed; */
}

/* .gallery-preview {
  background-image: url("images/house-washing-gallery/gable-soft-washing.avif");
} */

/* @media (min-width: 700px) {
  #hero {
    background: url(./images/roof-cleaning-scam-bad-work.avif) top center;
  }
} */

@media (max-width: 500px) {
  #hero {
    height: calc(100vh - 114px);
  }
}
