@media (min-width: 770px) {
  footer {
    position: fixed !important;
    bottom: 0 !important;
  }
}

@media (max-width: 426px) {
  #prodContainer {
    margin-left: 1%;
  }
}