.swipper-wrap {
  position: relative;
  padding: 0 8rem;
  margin: 0 auto;
  margin-top: 103px;
  overflow: hidden;
}

@media screen and (max-width: 681px) {
  .swipper-wrap {
    padding: 0 4rem;
    margin-top: 50px;
  }
}

.swiper,
.swiper2 {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}

.swiper-slide img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.video-title {
  color: #fff;
  text-align: center;
  font-family: "Baloo 2", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 681px) {
  .video-title {
    font-size: 2rem;
  }
}
.forward,
.back {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  width: 46px;
  aspect-ratio: 46 / 40;
}
.forward {
  right: 3%;
}
.back {
  left: 3%;
}
@media screen and (max-width: 681px) {
  .forward,
  .back {
    width: 35px;
  }
  .forward {
    right: 1%;
  }
  .back {
    left: 1%;
  }
}

.griditem {
  border-radius: 1.25rem;
  border: 10px solid var(--Beige, #fbf5eb);
  background: #d9d9d9;
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  background: #d9d9d9;
  margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-container-shorts {
  padding-bottom: 177.78%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 681px) {
  .griditem {
    max-width: none;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}

.swiper-pagination-bullet-active {
  background: var(--Mint, #9fc5aa);
}
