.uv-scroll-outer-wrapper {
  width: 100%;
  height: 400px;
  position: static;
  margin-top: 20px;
  margin-bottom: 20px;
}

.uv-scroll-images-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 97;
}

.uv-scroll-start {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.70);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.uv-scroll-stop {
  width: 8vh;
  height: 8vh;
  background-color: rgba(255, 255, 255, 0.70);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 6vh;
  text-transform: lowercase;
  cursor: pointer;
  display: none;
  opacity: 0;
}
.uv-scroll-stop svg {
  width: 6vh;
  height: 6vh;
}

@media only screen and (max-width: 980px) {
  .uv-scroll-stop {
    width: 8vmax;
    height: 8vmax;
    font-size: 6vmax;
  }
  .uv-scroll-stop svg {
    width: 6vmax;
    height: 6vmax;
  }
}

.uv-scroll-images {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
  cursor: grab;
}

.uv-image-wrapper {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
}

.uv-image-wrapper img {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.uv-credits {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline;
  white-space: nowrap;
}

.lazy {
  opacity: 0.2;
}

.fixed {
  position: fixed;
}
