#map {
    position: relative;
    overflow: hidden;
    left: 10px;
    height: 40%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #map {
        height: 40%;
    }
}

#marker {
    background-size: cover;
    width: 30px;
    height: 30px;
}

.mapboxgl-canvas {
    position: fixed !important;
}
