#slider-wrapper {
  position: fixed;
  bottom: 15%;
  left: 25px;
  height: 13vh;
  z-index: 1000;
}

#slider-track {
  position: relative;
  width: 2px;
  height: 100%;
  background: #000000;
  margin: 0 auto 2vh;
  border-radius: 3px;
  border: none;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  border: none;
  width: 4px;
  background: #000;
  font-weight: normal;
  background: #000;
  left: -1px;
  height: 20%;
}

.slider-label {
  font-size: 12px;
}

