.wedux-registration-slideshow {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 20%, #000 80%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 20%, #000 80%, rgba(0, 0, 0, 0) 100%);
}
.wedux-registration-slideshow .wedux-registration-slideshow__left,
.wedux-registration-slideshow .wedux-registration-slideshow__right {
  width: 100%;
  max-width: 240px;
  max-height: 500px;
  position: relative;
}
@media screen and (max-width: 1065px) {
  .wedux-registration-slideshow {
    display: none;
  }
}

.wedux-registration-slideshow__left .image,
.wedux-registration-slideshow__right .image {
  width: 100%;
  aspect-ratio: 198/270;
  margin-bottom: 1rem;
  border-radius: 16px;
  background-image: var(--image);
  background-size: cover;
  background-position: center;
  will-change: transform;
}
