
@media
{

    #map 
    { 
        height: 30vw; width: 60vw;
        z-index: 1;
    }
    #map *
    {
        display: block;
    }
    .leaflet-bottom.leaflet-right 
    {
        display: none !important; 
    }
    .leaflet-control-zoom.leaflet-bar.leaflet-control
    {
        border: none;
    }

}


/* 1400 px *******************************************************************************************************/
@media (max-width: 1400px)
{

}





	
	
/* 800 px *******************************************************************************************************/
@media (max-width: 800px)
{

    #map 
    { 
        height: 100vw; width: 100vw;
    }

}