shrink full with images on desktop version of website not mobile version

I want to shrink the full width image on my desktop website as they are very big, the size on the mobile looks fine, I don’t mind if there will be whitespace around the images on the desktop site

https://boudoir-sensual.myshopify.com/admin/themes/124785819806/editor?section=163395038396311053

@Andrewpry

Please add the following code at the bottom of your assets/timber.scss.liquid file.

.wrapper { max-width: 100% !important;}

Thanks!

I dint have that in my assets

Can someone help me with this ? As I didn’t get a reply from previous contributor , can’t find timber in my assets as per photo I attached earlier

@Andrewpry

You have to put the code in assets/index.css file. Hope this works.