@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 840px) {
  div.mobile {
    display: none;
  }
}