@media only screen and (max-width: 450px) {
    footer {
        position: relative !important;
    }
  }



  @media only screen and (min-width: 455px) {
    footer {
        position: fixed !important;
    }
  }
