/* User-selected panoramic Royal Care hero image, keeping clear copy space at left. */
@media (min-width: 761px) {
  .hero-photo {
    background-image: url('royal-care-hero-final.png');
    background-position: center center;
  }
}
@media (max-width: 760px) {
  .hero-photo {
    background-image: url('royal-care-hero-final.png');
    background-position: 66% center;
  }
}
