.panzoom{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.panzoom__viewport{height:100%;margin:auto;min-height:1px;position:relative;width:100%}.panzoom__content{max-height:100%;max-width:100%;object-fit:contain;touch-action:none;transform:translateZ(0) scale(1);transform-origin:0 0;transition:none;user-select:none}.is-draggable{cursor:move;cursor:grab}.is-dragging{cursor:grabbing}