.pc-gallery-coverflow {
  position: relative;
}
.pc-gallery-coverflow .pc-slide .pc-image-container,
.pc-gallery-coverflow .pc-slide .pc-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-gallery-coverflow .pc-swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 79;
}
.pc-gallery-coverflow .pc-swiper-button svg {
  max-width: 200px;
  max-height: 200px;
}

.pc-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc-swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
}