@media screen and (max-device-width:640px), screen and (max-width:640px) {

  body,html {
  margin-top: -10px;
  margin-left: 50px;
  margin-right: 30px;
  display: table;
  transform: translate(-2%, 2%);
  }
  
 #HelpArrow,#HelpText {
 display: none;
 }

 
}



















/* File "AnimateOnScroll.js" in path "Body-Text\Animation" in line number 1 is edited. Clear if you want remove device width.  */