@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 7, ../sass/responsive.scss */
  .arrow-left, .arrow-right, .arrow-left-history, .arrow-right-history {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  /* line 15, ../sass/responsive.scss */
  #onlineServices, #social {
    display: none;
  }

  .mobileNav { display: block;}
  section.nav { display: none;}
}
