Image banner turning darker

I have a problem with the slideshow images.

when i upload the images, the images are way darker than the original image.

how do i get rid of the darkness?

link: https://mommycare-us.com/

pw: meelyo

Hello, @wisemoster20

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
html.do-anim .animation.animation--slideshow .slideshow-slide__overlay {
    opacity: 0 !important;
}

If you find my advice helpful please remember to LIKE and accept as SOLUTION.
Thanks!