.cs_slider-pager {
  display:none;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.cs_slider-button {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: 5px 0;
  background-color: #333;
  opacity: .25;
  appearance: none;
  border: none;
  box-sizing: border-box;
}

.cs_slider-button.selected {
  opacity: 1;
}

.cs_slider-button:active {
  outline: none;
}



.cs_slider,
.cs_slider-inner,
.cs_slider-page {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  outline: none;
}


.cs_slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.cs_slider-inner {
  width: inherit;
  height: inherit;
  position: fixed;
  top: 0;
  left: 0;
}

.cs_slider-page {
  height: inherit;
  width: inherit;
  overflow: auto;
  position: absolute;
  overflow-scrolling: touch;
}
