.activity-parallax-slider[data-v-fe71fa92] {
  width: 100%;
  position: relative;
  transform: translateZ(0);
}

.activity-parallax-slider-main[data-v-fe71fa92] {
  height: 100%;
  max-width: 7rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.activity-parallax-slider-item[data-v-fe71fa92] {
  height: 100%;
  width: 5.6rem;
  max-width: 5.6rem;
  background: center/cover no-repeat;
  transform-origin: 0 center;
  position: absolute;
  z-index: -1;
  left: 50%;
  transition: transform .5s ease-in-out,z-index .5s linear;
  transform: scale(0) translateX(-50%);
}

.activity-parallax-slider-item>a[data-v-fe71fa92] {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.activity-parallax-slider-item-center[data-v-fe71fa92] {
  transform: scale(1) translateX(-50%);
  z-index: 99;
}

.activity-parallax-slider-item-prev[data-v-fe71fa92] {
  transform: scale(0.8) translateX(calc(-62.5% - 1rem));
  z-index: 50;
}

.activity-parallax-slider-item-next[data-v-fe71fa92] {
  transform: scale(0.8) translateX(calc(-37.5% + 1rem));
  z-index: 50;
}

.activity-parallax-slider-arrows[data-v-fe71fa92] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .95rem;
  height: 100%;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.activity-parallax-slider-arrows>img[data-v-fe71fa92] {
  max-width: 100%;
  max-height: 100%;
}

.activity-parallax-slider-arrows.prev-arrow[data-v-fe71fa92] {
  left: 0;
}

.activity-parallax-slider-arrows.next-arrow[data-v-fe71fa92] {
  right: 0;
}
