/* Keep service photos visible when the page is opened directly from disk.
   Chrome can fail to load an external SVG used as a CSS mask under file://. */
.tm-services-tabs-content__img img {
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-clip-path: ellipse(48% 46% at 50% 50%);
  clip-path: ellipse(48% 46% at 50% 50%);
  display: block;
}
