@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hide_on_desktop {
    display: none !important;
  }
  .container {
    width: 1170px;
  }
  .container.container-huge {
    width: 1200px;
  }
}