.custom-carousel .bg-img {
  background-position: center center;
  background-size: cover;
}
.custom-carousel .carousel-control {
  opacity: 1;
  background: none !important;
}
.custom-carousel .carousel-indicators li {
  border-radius: 0;
  height: 1em;
  margin: 0 3px;
  width: 50px;
}
.custom-carousel .carousel-indicators li:active {
  margin: 0 3px;
}
@media (max-width: 768px) {
  .custom-carousel .carousel-indicators li {
    height: 3px;
    width: 30px;
  }
  .custom-carousel .carousel-indicators li.active {
    width: 30px;
  }
}
.carousel-control i {
  color: black;
}
.aspect-ratio {
  height: 56vw;
}
/*# sourceMappingURL=carousel.css.map */