#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(./images/clean-squad-at-ladner-highway-sign.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/tsawwassen-springs.avif) top center;
  }
} */

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