.screenSlider {
  display: flex;
}

.cardsEffect {
  padding: 0 70px;
}
.screenSlider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.screenSlider .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.screenSliderInnerWrapper {
  margin: 0 auto;
  position: relative;
}

.disable_shadow .swiper-slide-shadow,
.disable_shadow .swiper-slide-shadow-coverflow,
.disable_shadow .swiper-slide-shadow-flip,
.disable_shadow .swiper-slide-shadow-cube {
  display: none;
}
/* .swiper-3d .swiper-slide-shadow,
.swiper-slide-shadow-coverflow {
  display: none;
} */

/* Autoplay progress */

.autoplay-progress {
  position: absolute;
  right: 16px;
  top: -5px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #5c3bfe;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: #5c3bfe;
  fill: none;
  stroke-dashoffset: calc(97px * (1 - var(--progress)));
  stroke-dasharray: 97;
  transform: rotate(-90deg);
}

.screenSliderWrapper .slmkr_main_title {
  color: #5c3bfe;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
