body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
#map {
  height: 100%;
  width: 100%;
}
#map-logo {
  position: absolute;
  bottom: 10px;
  left: 0px;
}
#map-legend{
  position: absolute;
  bottom: 15px;
  right: 2px;
  height:100px;
  width:200px;
  background-color: white;
  padding: 10px;
  font-family: Arial;
  border-radius: 10px;
  border-color: gray;
  border-style: solid;
  border-width: thin;
}
.map-logo-image{
  max-width: 143px;
  max-height: 151px;
}
#info {
  position: absolute;
  display: inline-block;
  height: auto;
  width: auto;
  z-index: 100;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  left: 50%;
  transform: translateX(3%);
  visibility: hidden;
  pointer-events: none;
}

#map-zoom-info{
  position: absolute;
  bottom: 15px;
  background-color: white;
  padding: 5px;
  font-family: Arial;
  left: 45%;
  border-color: gray;
  border-style: solid;
  border-width: thin;
  border-radius: 10px;
}