/* Clean hero treatment for the supplied open-lawn photograph. */
.hero-wash { display: none; }

@media (min-width: 761px) {
  .hero-photo {
    background-image: url('royal-care-hero-right.png');
    background-position: right center;
    background-size: cover;
  }
  .hero h1 { font-size: 3.25rem; }
  .hero-copy { padding-top: 78px; }
}

@media (max-width: 760px) {
  .hero-photo {
    background-image: url('royal-care-hero-right.png');
    background-position: right center;
  }
  .hero h1 { font-size: 2.58rem; }
}
