/* ITJONI MOBILE MENU UPPERCASE */
@media screen and (max-width: 979px) {
  #elMobileDrawer *,
  .ipsDrawer *,
  [data-role="mobileNav"] *,
  .cMobileNav *,
  .ipsMenu *,
  nav * {
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
  }
}
