.carousel-container {
  width: 100%;
  height: var(--slider-item-height);
  overflow: hidden;
  position: relative;
}

.carousel-item {
  position: absolute;
  width: var(--slider-item-width);
  height: var(--slider-item-height);

  img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

.d-block {
  display: block !important;
}

.d-hidden {
  display: none !important;
}

.g-recaptcha {
  margin-bottom: 1.5rem;
}
