List (Auto) Carousel Mobile Image Size

If you use these options to reduce list carousel size on desktop

and you need to adjust carousel image size on mobile, you can use this code to Custom CSS box

@media screen and (max-width:767px) {
.user-items-list-carousel__media-container {
    width: 90% !Important;
}
}