html, body {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.tracking-content {
    height: 100vh;
}

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

.top-branding {
    z-index: 10000;
    overflow: hidden;
    position: fixed;
    top: 2px;
    width: 99.6%;
    left: 50%;
    transform: translate(-50%, 0);
}

.headline {
    font-size: 285px;
    font-weight: 700;
    letter-spacing: 1px;
}