@media only screen and (max-width: 600px) {
  html, #page {
    overflow-x: hidden;
  } 

  body {
    width:100%;
    max-width: 100%;
  }
}