.phantom-page-gallery {
  position: relative;
  max-height: auto;
  margin: 4rem 0rem;

  .splide__track {
    position: relative;
    max-width: calc(100% - 70px);
    margin: 0 40px;
  }

  /* set SAME height for all slides */
  .splide__slide {
    height: auto; /* choose your height */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* force images to fill the slide */
  .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* IMPORTANT */
  }

  .splide__arrow {
    background-color: #ffffff00;
  }

  .splide__pagination {
    position: relative;
    top: 30px;
  }
}


@media (max-width: 1024px) {



  .phantom-page-gallery .splide__arrow {
    width: 20px;
  }

  .phantom-page-gallery .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .phantom-page-gallery .splide__arrow.splide__arrow--prev {
    left: 0;
  }
}


@media (min-width: 1024px) {
    .phantom-page-gallery {
    .splide__pagination {
        position: relative;
        top: 15px;
    }
    .splide__pagination__page {
      background: #53911f;
      opacity: 0.5;
    }
    

.splide__pagination__page.is-active {
      background: #53911f;
      opacity: 1;

}
}
.phantom-page-gallery {
    .splide__track {
        position: relative;
        max-width: calc(100% - 140px);
        margin: 0 70px;
    }
}
}
