@media (max-width: 850px) {
  header .hide-bets > span:last-child {
    display: none !important;
  }

  header .hide-bets {
    width: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    margin: 0 3px 0 0 !important;
    justify-content: center !important;
    overflow: hidden !important;
  }
}
