.carousel {
  width: 100%;
  overflow: hidden;
  height: 40vh;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  position: absolute;
  bottom: 0;
}

@media screen and (min-height: 1024px) {
  .carousel {
    height: 340px;
  }
}
@media screen and (max-width: 320px) {
  .carousel {
    height: 200px;
  }
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
}

.carousel-caption {
  background-color: rgba(20, 20, 20, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel-caption > h3 {
  margin-bottom: 8px;
}
.carousel-caption > p {
  margin-bottom: 16px;
}

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