.bs-bg-slider {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 250ms ease;
}

.bs-bg-slider.is-fading {
  opacity: 0.85;
}

.bs-bg-slider__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.bs-bg-slider__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 48px 20px;
  color: #fff;
}

.bs-bg-slider-empty {
  padding: 16px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.bs-bg-slider__cta {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 6px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

.bs-bg-slider__cta:focus,
.bs-bg-slider__cta:hover {
  opacity: 0.9;
}
