.carousel-indicators {
  bottom: -55px;
  [data-bs-target] {
    background-color: white;
    background: center center no-repeat url(../images/blume.svg);
    background-size: contain;
    opacity: 0.2;
    margin: 0 4px;
    width: 16px;
    height: 16px;
  }
}

.carousel {

  @include media-breakpoint-down(md) {
    img {
      max-width: 100%;
      height: auto;
    }
  }
}
