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