Slideshow images fit to desktop but not to mobile

Hi

With the slideshow images below the main menu, they fit to desktop ok but not to mobile. Can anyone advice please?

URL Wholesalers UK | Leigh Shop

Thanks

Please paste this code in the end of base.css file.

@media (max-width: 767px) {
    .hero-container .bg-container img, .hero-container .bg-container svg {
        aspect-ratio: auto !important;
    }
}

perfect thanks

I am happy that I would fix the issue.

If you need more help fee l free to ask me.

Thanks