.map-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap:wrap;
}
.map-tile {
  margin: 10px;
  max-width: 90%;
}