html {
  overflow: hidden;
  height: 100%;
}
body {
  margin: 0px;
  overflow: auto;
  height: 100%;
}
@media (max-width: 902px) {
  .hide-on-small-screen {
    display: none;
  }
}
