#map { 
	height: 600px;
    width: 800px;
}

.leaflet-container {
	height: auto;
	width: 100%;			
	max-width: 100%;
	max-height: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	#map {
		width: auto;
		height: 500px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
	#map {
		width: auto;
		height: 600px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
	#map {
		width: auto;
		height: 800px;
	}
 }