.pcgp-coverflow-container {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

.pcgp-coverflow-container .swiper {
  width: 100%;
  perspective: 1200px;
  padding: 20px;
}

.my-coverflow-swiper .swiper-wrapper {
  transform-style: preserve-3d;
}

.my-coverflow-swiper .swiper-slide {
  width: 300px;
  margin: 0 0 0 25px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
