.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-background {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.thumbnail-background {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.splide__arrow {
    background-color: rgba(253,187,45,0.75);
  }