.map.locations-aggregate {height:600px; width:100%; border-radius: 30px;}
.map.location {height:400px; width:100%; border-radius: 30px;}
.locations-aggregate .mapboxgl-canvas {height:600px; border-radius: 30px;}
.location .mapboxgl-canvas {height: 400px; border-radius: 30px;}
.map .marker {
    background-image: url("/themes/radnet/img/mapmarker.png");
    background-size: contain;
    background-position: center center;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.marker{
    cursor: pointer !important;
}
.mapboxgl-popup-content a{
    display: block;
    margin: 0 auto;
    text-align: center;
}