/* Maps2 / Leaflet compatibility fixes for legacy global image styles. */
.tx-maps2 .leaflet-container .leaflet-tile,
.tx-maps2 .leaflet-container .leaflet-marker-icon,
.tx-maps2 .leaflet-container .leaflet-marker-shadow {
    max-width: none !important;
}

.tx-maps2 .leaflet-container img.leaflet-tile {
    width: 256px !important;
    height: 256px !important;
}
