.slidershow-image{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
}

.slidershow-image img{
  max-width: 90%;
}

.splide__pagination__page{
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #b9b6e9;
}

.splide__pagination__page:hover{
  background-color: transparent;
}

.splide__pagination__page.is-active{
  transform: scale(1);
  background: #32157d;
  border: 2px solid #32157d;
}

.splide__pagination{
  bottom: -2.5em;
}