@media screen and (max-width: 1020px) {
    .menu {
        position: fixed;
        height: auto;
        bottom: 0;
    }
}