@media screen and (min-width: 250px) and (max-width: 330px) {
  .scb_menu {
    height: 50px;
    padding: 0 5px 0 5px;
  }

  .navIcons {
    width: 2.1em;
    height: 38px;
    margin-left: 0;
    cursor: pointer;
  }

  .noRes {
    display: none;
  }

  .fas.fa-bars {
    font-size: 30px;
  }

  .navTooltip {
    left: -35%;
  }

  .navRow > .col {
    padding: 0 2px 0 2px;
  }

  #burgerIcon {
    display: block;
  }

  #socialNetwors {
    display: none;
  }

  .Res {
    display: block;
  }

  .navRow {
    width: 100%;
  }
}
