html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* body {
  padding-top: 50px;
} */

/*this is important to give the map a height*/
#map {
  width: auto;
  height: 100%;
}
