#marrowfen-map {
    height: calc(100vh - 3.2rem); /* subtract header height (~3.2rem) */
    width: 100%;
    border: 1px solid #333;
    margin-top: 0;
    z-index: 0;
    position: relative;
}
