body {
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}

.map {
    height: calc(100% + 25px);
    width: 100%;
    position: absolute !important;
    background-color: #000000;
}
