.bg-reels-salonline{
padding: 40px 0;
}
.title-reels {
  font-family: Roboto Condensed;
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 20px 0;
}

.swiper-reels {
  width: 100%;
  height: 600px;
  position: relative;
}

.swiper-reels .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}

.swiper-reels .swiper-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
}

.swiper-reels .swiper-button-next,
.swiper-reels .swiper-button-prev {
  color: #ffffff;
  background: rgb(0, 0, 0);
  border-radius: 0.5rem;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.swiper-reels .swiper-button-next:after,
.swiper-reels .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 10px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

@media (max-width: 768px) {
  .swiper-reels {
    height: 400px;
  }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
