@media (max-width:768px){

  html,
  body{
    overflow-x:hidden;
  }

  body{
    font-size:15px;
  }

}

