.ho-front-slideshow {
  margin-bottom: 1.5rem;
}

.ho-front-slideshow__admin {
  display: flex;
  justify-content: flex-end;
  margin-bottom: .5rem;
}

.ho-front-slideshow .carousel-inner {
  background: #f6f4ef;
}

.ho-front-slideshow__image {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.ho-front-slideshow .carousel-indicators {
  position: static;
  margin: .75rem 0 0;
}

.ho-front-slideshow .carousel-indicators [data-bs-target] {
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background-color: #525252;
}

.ho-front-slideshow .carousel-control-prev,
.ho-front-slideshow .carousel-control-next {
  width: 9%;
}

@media (max-width: 575.98px) {
  .ho-front-slideshow__image {
    aspect-ratio: 16 / 10;
  }
}
