/* Mobile */
@media only screen and (max-width: 800px) {
    /*noinspection CssUnusedSymbol*/
    .leaflet-container .leaflet-control-attribution {
        display: none;
    }
}
