#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(./images/house-washing-cover-photo-mobile.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/house-washing-cover-photo-desktop.avif) top center;
  }
}

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

#p-full-house-wash {
  margin-bottom: 0px !important;
}
