@media only screen and (min-width: 480px) and (max-width: 768px) {
  div#right-menu {
    display: none;
  }
}