.aus-gallery-carousel__title {
  margin: 0 0 1.5rem;
}

.aus-gallery-carousel__slider {
  max-width: 66rem;
}

.aus-gallery-carousel__figure {
  margin: 0;
}

.aus-gallery-carousel__media {
  aspect-ratio: 16 / 9;
  border-radius: 1.5rem;
  overflow: hidden;
}

.aus-gallery-carousel__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.aus-gallery-carousel__caption {
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0;
  max-width: 50rem;
}

.aus-gallery-carousel__caption-row {
  margin-top: 0;
  padding-top: 1.25rem;
}

.aus-gallery-carousel__count {
  font-weight: 700;
}

.aus-gallery-carousel__controls {
  flex-shrink: 0;
  gap: 1.25rem;
}

.aus-gallery-carousel__control {
  align-items: center;
  background: transparent;
  border: 2px solid #0e2eff;
  border-radius: 50%;
  color: #0e2eff;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  line-height: 0;
  padding: 0;
  width: 1.5rem;
}

.aus-gallery-carousel__chevron {
  border-color: currentColor;
  border-style: solid;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
}

.aus-gallery-carousel__control--prev .aus-gallery-carousel__chevron {
  transform: rotate(135deg);
}

.aus-gallery-carousel__control--next .aus-gallery-carousel__chevron {
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .aus-gallery-carousel__slider {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .aus-gallery-carousel__media {
    aspect-ratio: 4 / 3;
  }

  .aus-gallery-carousel__caption-row {
    column-gap: 0.75rem;
  }
}
