#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 50px 100px;
    display: flex;
}

#time {
    position: absolute;
    right: 25px;
}

@media (max-width: 790px) {
    #time {
        display: none;
    }
}

@media (max-height: 300px) {
    #top {
        display: none;
    }
}