@media screen and (max-width: 767px) {
  .desktop, .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container {
    max-width: 280px;
  }
}