You need to copy CSS code below, you can choose one.
Remove overlay completely
.srpw-modern-style .srpw-img::after{
opacity: 1;
background: transparent;
}
Adjust the overlay darkness
The higher the number, the more darker.
.srpw-modern-style .srpw-img::after{
opacity: 0.2;
}
Also, if you want to make the posts list cleaner, you can try this CSS code.
.srpw-block li {
padding: 3px 0 !important;
}
.srpw-img {
width: 100%;
}