.js-slider-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%; }

.js-slider-first {
  position: relative;
  width: 100%; }

.js-slider-last-container {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%; }

.js-slider-last-container:before {
  background-color: #fff;
  content: '';
  height: 100%;
  top: 0;
  position: absolute;
  width: 0px;
  z-index: 1; }

.js-slider-last {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: none;
  height: 100%; }
