.hero-banner__pagination .banner__slide__image {
  height: 100%;
}

.hero-banner__pagination .splide__pagination__page {
  width: .25rem;
  height: .25rem;
  border-radius: 9999px;
  background-color: white;
  opacity: .4;
  margin: 0;
  transform: none;
}

.hero-banner__pagination .splide__pagination__page.is-active {
  width: 1.5rem;
  height: .25rem;
  border-radius: 9999px;
  background-color: white;
  opacity: 1;
}
