/* The static direct-carousel script does not add the donor's slick-initialized class. */
.developments-slider-content {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
  height: 420px !important;
}

.developments-slider-content > a {
  display: block !important;
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
  min-width: 0 !important;
  height: 420px !important;
  position: relative !important;
}

.developments-slider-content > a > div {
  height: 100% !important;
}

.developments-slider-content img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

html body section[data-rr-band="services"] .developments-slider-content img {
  height: 420px !important;
}

html body .developments-slider .next-arrow {
  transform: translateY(-50%) rotate(180deg) !important;
}

.rr-carousel-label {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 3 !important;
  display: block !important;
  padding: 18px 16px !important;
  color: #fff !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, 0)) !important;
  font-family: Lato, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

html body .custom__listing-grid .teaser__card {
  position: relative !important;
  display: block !important;
  height: 660px !important;
  min-height: 660px !important;
  overflow: hidden !important;
}

html body .custom__listing-grid .listing-card__img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

html body .custom__listing-grid .teaser__card .listing-card__img img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .custom__listing-grid .teaser__card .teaser__content {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  min-height: 138px !important;
  padding: 46px 24px 24px !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, 0)) !important;
}

html body .custom__listing-grid .teaser__card:hover .listing-card__img img {
  transform: scale(1.05) !important;
}

@media (max-width: 1080px) {
  html body .custom__listing-grid .teaser__card,
  html body .custom__listing-grid .teaser__card.is-featured {
    height: 400px !important;
    min-height: 400px !important;
  }
}

.developments-slider .arrows-container {
  pointer-events: none !important;
}

.developments-slider .slide-arrow {
  pointer-events: auto !important;
}

@media (max-width: 760px) {
  .developments-slider-content {
    height: 300px !important;
  }

  .developments-slider-content > a {
    flex-basis: 100% !important;
    max-width: 100% !important;
    height: 300px !important;
  }

  html body section[data-rr-band="services"] .developments-slider-content img {
    height: 300px !important;
  }

  html body .custom__listing-grid .teaser__card,
  html body .custom__listing-grid .teaser__card.is-featured {
    height: 350px !important;
    min-height: 350px !important;
  }
}
