.pp-modal-item img {
  transition: transform 0.05s linear;
  transform-origin: center center;
  touch-action: none;
  will-change: transform;
}

.pp-modal-item img.pp-zoomed {
  transition: none;
}
