.leaflet-container img,
.leaflet-container img.leaflet-tile,
.leaflet-tile-pane img,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    max-width: none !important;
    max-height: none !important;
    padding: 0;
    border: 0;
}

.leaflet-container {
    font-family: inherit;
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon {
    max-width: none !important;
}

.dot2dot-map-box,
#map,
#contact-map,
#footer-map {
    position: relative;
}

.dot2dot-map-box .leaflet-container,
#map .leaflet-container,
#contact-map .leaflet-container,
#footer-map .leaflet-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
