.lto-map .lto-map-container {
  width: 80vw;
  height: 500px;
  border-radius: 20px;
  display: inline-block;
  transform: scale(1.0315);
  margin: 10px auto;
  mix-blend-mode: normal;
}

.lto-map.lto-nested {
    width: 100%;
    border-radius: 0;
}

.lto-map .leaflet-interactive {
  transition: all 0.3s ease-in-out;
    width: 30px !important;
    height: 30px !important;
}
