.mobile_list li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-shadow: #ccc 1px 0px;
  vertical-align: top;
  width: 80px;
  min-height: 90px;
}

.mobile_list img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 999;
  height: 75%;
  width: 77%;
  top: 6px;
  left: 5px
}

.disable {
  -webkit-filter: grayscale(100%);
}

/* Safari 6.0 - 9.0 */
.map_list ul {
  max-width: 560px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.map_list li {
  position: relative;

margin:5px 3px;
  width: auto;
}



.map_list li .data {
  position: absolute;
  left: 0%;
  top: 30%;
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
}

.map_list img {
  width: 100%;
  object-fit: cover;
}