#quote-carousel {
  padding: 0 10px 30px 10px;
  z-index: 1;
  position: absolute;
  left: 10px;
  right: 10px;
}

/* for javascript */
.display-none {
  display: none;
}

/* for javascript */
.display-block {
  display: block;
}

/* Previous and Next Buttons */
#quote-carousel .carousel-control-next,
.carousel-control-prev {
  right: -24px;
}

#quote-carousel .carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 0.5;
}

#quote-carousel .carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1;
}

/* Medium devices (tablets, 768px and below) */
@media (max-width: 768px) {
  #quote-carousel .carousel-control-next,
.carousel-control-prev {
    display: none;
  }
}
/* Previous and Next Button Icons */
#quote-carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2343291F' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#quote-carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2343291F' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* Changes the shape of the indicators */
#quote-carousel .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #43291f;
  border: none;
}

/* Small devices (tablets, 576 and below) */
@media (max-width: 576px) {
  #quote-carousel .carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    cursor: default;
    pointer-events: none;
  }
}
.carousel-item .row .col {
  height: 70vh;
  display: flex;
  align-items: center;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) and (min-height: 640.98px) and (orientation: portrait) {
  .carousel-item .row .col {
    height: 75vh;
  }
}

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