.nd-sidebar {
  position: fixed;
  bottom: 65px;
  display: flex;
  flex-direction: row;
  width: 100%;
  white-space: nowrap;
  background: #4b4a4a;
  z-index: 2;
  overflow-x: scroll;

  @media screen and (min-width: 700px) {
    position: relative;
    bottom: auto;
    flex-basis: 85px;
    width: 85px;
    min-width: 85px;
    height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    white-space: normal;
  }
}
