.newhomepage-hero {
  justify-content: center;
}

.hero-bg-media {
  background: #002b5b;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg-overlay-mobile {
  background: rgba(0, 43, 91, 0.55);
}

.hero-text-shadow {
  text-shadow: 2px 2px 8px #000;
}

.hero-mobile-carousel-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.hero-mobile-carousel-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media (min-width: 1024px) {
  .hero-bg-video {
    object-position: right center;
  }
}
