#map-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
background:#212121;
height:100%;
}
#map {
  height: 100%;
  min-height:800px;
}