.ws-slider-wrap {
    width: 100%;
    cursor: grab;
}

.ws-slider-wrap:active {
    cursor: grabbing;
}

.ws-slide {
    line-height: 0;
}

.ws-slide a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.ws-slide img {
    display: block;
    width: 100%;
    height: auto;        /* adjust to your preferred banner height */
    object-fit: cover;
    object-position: center;
    pointer-events: none; /* Splide handles the click itself */
}