html,
body {
  margin: 0;
  height: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: #EDF5EF;
}
#mapContainer {
  width: 100%;
  height: 100%;
}
#mapContainer .leaflet-marker-pane .markIcon {
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 1px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
}
#mapContainer .leaflet-marker-pane .markIcon:before {
  font-size: 14px;
  color: #fff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  margin-top: -6px;
}
#mapContainer .leaflet-marker-pane .marked {
  background-color: #666 !important;
}
#mapContainer .leaflet-marker-pane .marked:before {
  color: #999;
}
.block{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: orange;
  border: 1px solid black;
  position: relative;
}
.block:hover{
  background-color: #EDF5EF;
}
.font{
  color: #fff;
  font-size: 30px;
  /* transform: scale(0.8); */
  text-align: center;
}
.positionFont {
  font-size: 14px;
  color: #FFF;
}
.topleft {
  position : absolute;
  top: 2px;
  left: 5px;
}
.topright{
  position : absolute;
  top: 2px;
  right: 5px;
}
.bottomleft{
  position : absolute;
  bottom: 2px;
  left: 5px;
}
.block img{
  width: 100%;
  height: 100%;
}

.leaflet-container {
  background: #EDF5EF;
  outline-offset: 1px;
}