.wows-pixora {
  position: relative;
  background-color: #000;
}
.wows-pixora .wows-custom-img-wrap {
  height: 100%;
}
.wows-pixora .wows-custom-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  max-height: unset !important;
}
.wows-pixora .wows-custom-main-slider {
  width: 60%;
  overflow: hidden;
  margin-right: unset;
  height: clamp(31.25rem, 60vw, 43.75rem);
}
.wows-pixora .wows-thumbs-slider {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0px;
  left: clamp(1.875rem, 5vw, 3.125rem);
  height: 100%;
  overflow: hidden;
}
.wows-pixora .wows-custom-title {
  margin: 0;
  width: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: clamp(1.875rem, 5vw, 3.125rem);
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
.wows-pixora .swiper-slide-active .wows-custom-title {
  color: #fff;
}
.wows-pixora .wows-custom-desc-wrap {
  opacity: 0;
  position: absolute;
  bottom: clamp(5rem, 12vw, 9.375rem);
  z-index: 1;
  color: #cdcad3;
  max-width: 300px;
  overflow: hidden;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
}
.wows-pixora .wows-custom-desc-line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.wows-pixora .swiper-slide-active .wows-custom-desc-wrap {
  opacity: 1;
  transition-delay: 0.5s;
}
.wows-pixora .wows-swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  z-index: 99;
  margin-bottom: clamp(1.875rem, 5vw, 3.125rem);
}