@media only screen and (max-width: 800px) { .desktop, .leaflet-control-container { display: none; } } @media only screen and (min-width: 801px) { .mobile { display: none; } }