/**
 * Keep a saved focal point in charge of the crop.
 *
 * What actually guarantees the anchor is the inline `object-position` August
 * Images writes onto the image, which is `!important` and so outranks anything
 * a stylesheet can say. This is the backstop for an optimiser that rewrites the
 * style attribute but keeps the custom properties. The class is repeated to
 * clear the single-class `object-position: center !important` that themes ship;
 * a theme rule more specific than this one would still win, which is why the
 * inline declaration carries the feature. The fallbacks keep the crop centred
 * if the properties are gone as well.
 */
img.august-images--focal.august-images--focal {
	object-position: var(--august-focal-x, 50%) var(--august-focal-y, 50%) !important;
}
