  @media screen and (min-width: 900px) {
    .mobile{
      display: none;
    }
  }
