.ui-card-slider {
  position: relative;
  width: 100%;
  height: 425px;
  overflow: hidden;
}

.ui-card-slider .slide {
  display: block;
  -webkit-user-select: none;
  position: absolute;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  -webkit-transition-property: all;
  overflow: hidden;
}

.ui-card-slider .slide img {
  width: 100%;
  height: 100%;
}

.ui-card-slider .center-slide {
  -webkit-user-select: none;
  z-index: 30;
  bottom: 0;
  left: 50px;
  width: 80%;
  height: auto;
}

.ui-card-slider .left-slide {
  -webkit-user-select: none;
  z-index: 20;
  bottom: 18%;
  left: 0;
  width: 50%;
  height: auto;
  cursor: pointer;
}

.ui-card-slider .right-slide {
  -webkit-user-select: none;
  z-index: 20;
  bottom: 18%;
  right: 0;
  width: 50%;
  height: auto;
  cursor: pointer;
}

.ui-card-slider .left-hidden-slide {
  display: none;
  /* z-index: 10;
  bottom: 18%;
  left: -160px;
  width: 120px;
  height: 130px; */
}

.ui-card-slider .right-hidden-slide {
  display: none;
  /* z-index: 10;
  bottom: 18%;
  left: 360px;
  width: 120px;
  height: 130px; */
}

.ui-card-slider .hidden-slide {
  visibility: hidden;
  display: none;
}


/* --------------- */
.ui-card-slider-int {
  position: absolute;
  right: 15%;
  bottom: 5%;
  display: flex;
  text-shadow: 1px 1px 2px rgb(91, 91, 91);
  color: rgb(255, 255, 255);
  z-index: 99;
  font-size: 20px;
}