/* Un-mirror the accidentally-flipped York consultation room photo on the homepage */
img[src*="Home-Page-services-York-d8919d22"] {
      transform: scaleX(-1);
}