.footer {
    min-height:33px;
    background-color:#000000;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 61px;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 61px;
    }
}