.container {
    display: flex;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.map-area {
    flex: 1;
    position: relative;
    z-index: 1;
}

#map { width: 100%; height: 100%; }

