/* EHCNYC - About page hero banner: back to object-fit:cover (tried
   object-fit:contain to avoid any cropping, but that exposes how much
   empty grey canvas and compositing seam surrounds him in the raw
   1800x900 source - looked worse than a clean crop). Shift the crop's
   focal point so his face (~80% across / ~7% down in the source, to the
   right of the "EHC NYC" logo) stays in frame at any viewport width:
   - Narrow viewports: banner box is proportionally LESS wide than the 2:1
     source, so cover crops left/right - 80% X keeps his face in the
     visible window instead of the default centered crop clipping into it.
   - Wide viewports: banner box is proportionally MORE wide than the 2:1
     source, so cover crops top/bottom instead - 8% Y keeps the top of his
     head/kippah inside the visible window instead of clipping it. */
#ehc-page-banner .ehc-banner-img{
	object-fit:cover !important;
	object-position:80% 8% !important;
}
