.map {
    height: 100vh;
    overflow: hidden;
}
.map iframe {
    width: 100%;
    height: calc(100% + 56px);
    margin-top: -60px;
}