@charset "UTF-8";

#map {
    height: 100%;
    min-height: 400px;
    width: 100%;
}

.map-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#filter-wrap {
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
