/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.81
*/

/* =Theme customization starts here
------------------------------------------------------- */

div#panoDIV.cursorMoveMode {
    cursor: move;
    cursor: url(
        graphics/cursors_move_html5.cur), move;
}
div#panoDIV.cursorDragMode {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url(graphics/cursors_drag_html5.cur), default;
}

.map {
    max-width: 100%;
    margin: 0 auto;
}



/* Wyłącz scroll-anchoring dla wrappera, by uniknąć „przeskoków” */
.krpano-wrapper { overflow-anchor: none; }
/* (warto też dać stałą wysokość iframe, by nie było layout shift) */