#main-wrapper {
  min-width: 0;
}

.scroller-container {
  display: none;
}

@media (max-width: 768px) {
  .scroller-container {
    display: block;
  }

  .scroller {
    cursor: pointer;
    position: absolute;
    z-index: 10010;
    padding: 25px 2px;
    background-color: black;
    color: white;
    border: 2px solid white;
  }
  .scroller:hover {
    background-color: #333333;
  }

  #scroll-right {
    right: 0;
    top: 0;
  }
}
