.fullscreen-icon { background-image: url("./image/fullscreen.png"); background-size: 18px 18px; }
.fullscreen-exit-icon { background-image: url("./image/fullscreen-exit.png"); background-size: 18px 18px; }

.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 999999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 999999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 999999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 999999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0 !important; left: 0 !important; z-index: 999999; }