.mapList {
  background-color: unset;
}
.mapList .mapListInner {
  overflow: hidden;
  max-height: 480px;
  height: 480px;
}
.mapList .mapListItem {
  width: 200px;
  height: 200px;
  margin: 20px;
  float: left;
  display: inline;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(170, 170, 170, 0.5) 3px 3px 3px 3px;
  border: 1px rgba(170, 170, 170, 0.1) solid;
}
.mapList .mapListItem .mapListItemLabel {
  position: relative;
  top: 150px;
  height: 52px;
  width: 200px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: black;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */