.carouselContainer, .testiContainer {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carouselParallax, .testiParallax {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
}

.carouselParallax img, .testiParallax img {
  position: absolute;
  width: 64px;
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.testiParallax img {
  width: 30px;
}
.platesCarousel {
  position: relative;
  z-index: 2;
  padding: 20px;
}