footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}
@media (max-width:767px) {
  footer {
    position: relative;
  }
}
