.splide-image{
    width:300px;
    height:450px;
    background-size:cover!important;
    background-position:center!important;
}
@media only screen and (max-width:993px)  {
    .splide-image{
        width:200px;
        height:325px;
        background-size:cover!important;
        background-position:center!important;
    }
}

@media only screen and (max-width:768px)  {
    .splide-image{
        width:100px;
        height:165px;
        background-size:cover!important;
        background-position:center!important;
    }
}