@media screen and (max-width: 960px){
  .footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #b1b1b2;
    z-index: 103;
    background: #3C3E3F;
  }
  .footer a{
    color: #b1b1b2;
  }
}