
.leaflet-container {
    height: 400px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
    font: inherit !important;
      
}

.leaflet-control-resetview {
    a {
        cursor: pointer;

        .leaflet-control-resetview-icon {
            display: inline-block;
            width: 22px;
            height: 32px;
            /* margin: 7px; */
            background-color: black;
            -webkit-mask-image: url('../img/reset_focus.svg');
            mask-image: url('../img/reset_focus.svg');
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
        }
    }
}
