@media (max-width: 980px){
  html, body {
    position: static !important;
    height: auto !important;
    overflow-y: auto !important;
  }
}