#map {
  height: 600px;
  position: relative;
}

@media (min-width: 1280px){
  #map {
    height: 800px !important;
  }
}

.ol-attribution {
  display: none;
}

.fill {
  width: 100%;
  height: 100%;
}

#popmap {
  height: 100%;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

#key-area {
  background-color: #fff;
  opacity: .9;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  position: absolute;
  left: 40px;
  top: 5px;
  max-width: 200px;
  /*width: 20vw;*/
  z-index: 10;
  /* text-align: center;
  font-family: proxima-nova,sans-serif;
  font-style: normal;
  font-weight: 300; */
  font-size: 15px;
  padding: 10px;
}

.key-img{
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 6px;
  float: left;
}

.key-text{
  display: inline-block;
}

.input-key{
  height: 23px;
  float: right;
}
