#map-wrapper {
position: relative;
- min-height: 700px;
+ height: calc(100vh - 250pt);
width: 75%;
padding-right: 20px;
display: inline-block;
#map {
height: 100%;
- min-height: 700px;
background:#eee;
}
label {
font-weight: normal;
-}
\ No newline at end of file
+}