.panWrapper{position:fixed;width:100%;height:100%;overflow:hidden;background-color:rgb(0 32 64 / .8);z-index:9998;left:0;top:0;display:none;cursor:move}.panWrapper *{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.panWrapper a.controls{background-size:100%;width:64px;height:64px;display:block;position:absolute;left:50%;z-index:2;bottom:30px;cursor:pointer}.panWrapper a.controls.in{background-image:url(/gfx/zoomIn.png);margin-left:-40px;cursor:zoom-in;opacity:1;transition:0.5s}.panWrapper a.controls.in:hover{opacity:.6}.panWrapper a.controls.out{background-image:url(/gfx/zoomOut.png);margin-left:40px;cursor:zoom-out;opacity:1;transition:0.5s}.panWrapper a.controls.out:hover{opacity:.6}.panWrapper a.controls.close{background-image:url(/gfx/close.png);left:auto;right:30px;top:30px;z-index:10;opacity:1;transition:0.5s}.panWrapper a.controls.close:hover{opacity:.6}.panWrapper .loading{z-index:3;position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;width:100px;height:100px;background-image:url(/gfx/loading.gif);background-repeat:no-repeat;background-size:100%;display:block}.panWrapper img{max-width:unset!important}.panWrapper img.i.anim{animation-duration:0.5s;animation-name:brighterAnim}@keyframes brighterAnim{from{filter:brightness(300%)}to{filter:brightness(100%)}}.panWrapper .zoomInfo{color:#fff;text-shadow:0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;font-size:1.6em;position:absolute;z-index:3;left:10px;bottom:10px}.panWrapper .pageInfo{color:#fff;text-shadow:0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;font-size:1.6em;position:absolute;z-index:3;right:10px;bottom:10px}.panWrapper .titleInfo{color:#fff;text-shadow:0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;font-size:1.6em;position:absolute;z-index:3;left:10px;top:10px}.pan{border-radius:10px;border:solid 1px rgb(255 255 255 / .2);transition:0.5s}.pan:hover{filter:brightness(160%);border:solid 1px rgb(255 255 255 / .5)}.blur{filter:blur(3px)}.panWrapper .zoneNext{position:absolute;z-index:3;background:url(/gfx/next.png),linear-gradient(90deg,#fff0 0%,rgb(0 0 0 / .9) 100%);background-repeat:no-repeat;background-size:100% auto;background-position:center;width:15%;right:0;height:100%;opacity:0;transition:0.5s;cursor:pointer}.panWrapper .zonePrevious{position:absolute;z-index:3;background-color:rgb(0 255 0 / .5);background:url(/gfx/prev.png),linear-gradient(90deg,rgb(0 0 0 / .9) 0%,#fff0 100%);background-repeat:no-repeat;background-size:100% auto;background-position:center;width:15%;left:0;height:100%;opacity:0;transition:0.5s;cursor:pointer}@media (max-width:750px){.panWrapper .zoomInfo{font-size:1.3em;left:5px;bottom:5px}.panWrapper .pageInfo{font-size:1.3em;right:5px;bottom:5px}.panWrapper .titleInfo{font-size:1.3em;left:5px;top:5px}.panWrapper a.controls{width:48px;height:48px}.panWrapper a.controls.close{right:20px;top:20px}}