@media only screen and (max-width: 600px) {
    .navigation-space {
        height: 410px;
    }
}
@media only screen and (min-width: 600px) {
    .navigation-space {
        height: 222px;
    }
}
