 @media only screen and (max-width: 700px) {
     .footer {
         display: none !important;
     }
 }
 
 .footer {
     position: fixed;
     bottom: 0;
     width: 100%;
     height: 20px;
     line-height: 20px;
     background-color: #f5f5f5;
 }