@media print {
    #map { 
         /* width: 1417px;  */
         /* height: 920px; */
        width: 100%;
        height: 100%;
        left: 0px;
    }
    #container {
        width: 100vw;
        height: 100vh;
    }
    #searchWrapper {
        width: 0px;
        display: none;  
    }
    #legend {
    }
    @nopage {
        size: landscape;
        margin: 1cm;
    }

    .leaflet-control-zoom {
        display: none;  
    }
}
