How can I make my slideshow fit on mobile as well?

Hey! website is www.pumpmeintimates.com
Trying to make it so my slideshow fits on mobile and the sides dont cut off?

hii, @pumpmeintimates
paste this code on top of the theme.scss file.

@media only screen and (max-width: 768px) {
li#slide--1630572101603021dd-0 {
    width: 500px !important;
}
}

Thank You.

ahh, didnt work