.footer {
    min-height:300px;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 36px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 36px;
    }
}