Images on the desktop version aren't transparent

Hello,

I recently started focusing on the desktop version of my website since the mobile is pretty much perfect.

For some reason though, all the images on the desktop aren’t transparent and have a grey background basically. Every image that I use should be transparent. Mobile as mentioned has none of these issues.

If anyone could help out, that’d be great.

URL is: jasaoslaj.com

Thanks!

@jasa11 - do you have a screenshot of an image where you want to remove the background?

@jasa11 - add this css to the very end of your styles.scss file and check

#banner-1651323791b967607e{background-color: transparent;}

Hey, it worked for every photo except this one!

@jasa11 - add this css

.banner {background-color: transparent;}

Thank you very much!