
.point .map-special {
  display: none;
  flex-direction: column;
  flex: 1;
  border-radius: 4px;
}

.point .small-map-special {
  display: none;
  flex-direction: column;
  flex: 1;
}

.point.highlight .map-special {
  display: flex;
  background-color: #FFFFFF
}

.point.smallhighlight .icon {
  display: none;
}

.point.smallhighlight .small-map-special {
  display: flex;
  background-color: #FFFFFF
}
