.splide img {
   /* width: 120px;
    height: 45px; */
	padding: 0 5px;
}

@media only screen and (min-width: 768px) {
    .splide img {
       /* width: 200px;
        height: 80px; */
        max-width: 100%;
    }
}