/* SWIPER */
.swiper {
  width: 200px;
  height: 400px;
  padding: 50px 0;
}

.swiper-slide {
  position: relative;
  box-shadow: 0px 15px #66666618;
  border-radius: 10px;
  user-select: none;  
}

.swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-position {
  object-position: 50% 0%;
}

.overlaysw {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #271a0f, transparent, transparent);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlaysw p {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 2px 7px;
  margin: 10px;  
}

.overlaysw h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0 0 20px 20px;
}