.hero-fixed-caption {
  position: relative;
}

.hero-fixed-caption .swiper-container,
.hero-fixed-caption .swiper,
.hero-fixed-caption .swiper-wrapper,
.hero-fixed-caption .swiper-slide {
  height: 750px !important;
}

.hero-fixed-content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
}

.hero-fixed-content .container,
.hero-fixed-content .row {
  height: 100%;
}

.hero-fixed-content .btn,
.hero-fixed-content a {
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .hero-fixed-caption .swiper-container,
  .hero-fixed-caption .swiper,
  .hero-fixed-caption .swiper-wrapper,
  .hero-fixed-caption .swiper-slide {
    height: 500px !important;
  }

  .hero-fixed-content {
    text-align: center;
    padding-inline: 1rem;
  }
}
