
div#content.content-around-boxes div.part-osmap h2.component-heading {
    background-color:var(--secondary) !important;
}

div.part-osmap .component-body {
    overflow:hidden;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    height:100%;
}
@media only screen and (max-width:1304px){
    .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        min-height:300px !important;
    }
}