/* Physiotherapy photo corrections requested September 13. */
.hero .heroimg img{width:100%;height:100%;object-fit:cover;object-position:68% center;}
.circle-wrap .ph.physio-first-photo{width:min(320px,100%);aspect-ratio:auto;border-radius:10px;}
.physio-first-photo img{position:static;inset:auto;width:100%;height:auto;object-fit:contain;}
.circle-wrap:has(.physio-first-photo) .accent{display:none;}
@media(max-width:860px){.hero .heroimg img{object-position:72% center;}}
