Home page make width of slideshow smaller (mobile only)

How do I make slideshow width smaller on homepage?

url: https://errival.com/

@media screen and (max-width: 749px) {
.banner__box {
padding-bottom: 20px;
}
}