#map-container {
    position: relative;
    width: 100%;
    height: 300px; 
    margin-top: 20px;
}

#map {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    border-width: 0;
    margin: 0;
    cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur), default;
    touch-action: pan-x pan-y;
}