How can I change the container size of the before-after slider on prestige theme?

@Rjbm

Please add the following CSS code to your assets/theme.css bottom at the file.

#shopify-section-template--24415888703871__slideshow {
width: 95% !important;
margin: 0 auto !important;
}

Thanks!