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

@media (max-width: 768px) {
    .splide .splide__slide img {
        height: 300px;
    }
}

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