.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(0, 12, 28, 0.8784313725);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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