#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(./images/sunshine-coast-davis-bay-pressure-washing-rig.avif) 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/sunshine-coast-davis-bay-pressure-washing-rig.avif) top center;
  }
}

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

#a-roof-cleaning {
  margin-left: 10px;
}
