@media only screen and (max-height: 900px),
(max-width: 600px) {
    footer {
        bottom: unset;
    }
}