{"version":3,"sources":["zoom-image.css"],"names":[],"mappings":"AACI,8BACI,UAAW,CACX,WAAY,CACZ,cAAe,CACf,qBACJ,CACA,+BACI,cAAe,CACf,KAAM,CACN,MAAO,CACP,QAAS,CACT,OAAQ,CACR,SAAU,CACV,yBAA8B,CAC9B,cAcJ,CAbI,8CACI,mBAAY,CAAZ,WAAY,CACZ,iBACJ,CACA,6CACI,cAAe,CACf,eAAgB,CAChB,qBAAsB,CACtB,oBAAqB,CACrB,iBAAkB,CAClB,kBAAmB,CACnB,sCAAgC,CAAhC,8BACJ","file":"zoom-image.min.css","sourcesContent":[".bk-zoom-image {\n    .bk-real-image {\n        width: 100%;\n        height: 100%;\n        cursor: pointer;\n        vertical-align: bottom;\n    }\n    .bk-full-screen {\n        position: fixed;\n        top: 0;\n        left: 0;\n        bottom: 0;\n        right: 0;\n        z-index: 2;\n        background: rgba(0, 0, 0, 0.6);\n        cursor: pointer;\n        .bk-full-image {\n            cursor: grab;\n            position: relative;\n        }\n        .bk-zoom-init {\n            max-width: 50vw;\n            max-height: 50vh;\n            height: auto!important;\n            width: auto!important;\n            top: 50%!important;\n            left: 50%!important;\n            transform: translate(-50%, -50%);\n        }\n    }\n}\n"]}