.js-orion-auto-fit {
  --orion-hover-scale: 1;
  transform-origin: center center;
  will-change: transform;
}

.js-orion-auto-fit.is-orion-auto-fit-ready {
  transform: translate(var(--orion-auto-fit-x, 0), var(--orion-auto-fit-y, 0))
    scale(calc(var(--orion-auto-fit-scale, 1) * var(--orion-hover-scale, 1)));
}
