
#map {
  width: 100%;
  height: 510px;
}

@media screen and (max-width: 1024px) {
  #map {
    height: 250px;
  }
}

#map img {
  max-width: none;
}
#map .labels {
  color: white;
}

#map-wrapper {
    position: relative;
}
#map-wrapper .north-pointer {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 1;
    width: 50px;
}
#villageNodeId {
  display:none;
}
