#map {
	width: 526px;
  height: 526px;
  background-color: #e0e6e6;
}

/* Full screen min 1000px */
@media screen and (min-width: 1000px) {
  #map {
    width: 100% !important;
  }
}