.swiper-videos {
  width: 100%;
  height: auto;
  max-width: 1700px;
}

.swiper-videos-wrapper {
  align-items: center;
  pointer-events: all;
}

.swiper-videos-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-videos-button-next, .swiper-videos-button-prev {
  position: relative;
  margin-top: 0;
  color: rgba(65, 74, 87, 0.4784313725);
  transition: all 0.8s ease;
}
.swiper-videos-button-next:hover, .swiper-videos-button-prev:hover {
  scale: 1.1;
  color: #5A30D0;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2509803922));
}

.swiper-videos-button-next:after, .swiper-videos-button-prev:after {
  font-size: 4rem;
  font-weight: bold;
}

.swiper-videos-pagination {
  position: relative;
  inset: 0 !important;
  transform: translate(0) !important;
}

.swiper-videos-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: 0.2;
  transition: all 0.8s ease;
}

.swiper-videos-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #5A30D0;
}

/*# sourceMappingURL=swiperVideos.css.map */
