.splide .splide__slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.splide:not(.is-active) .splide__slide:not(:first-child) {
    display: none;
}
