First thing I would try is getting rid of this set of rules (component.css around line 69):
Code:
.gr-gallery figure::before {
content: '';
position: absolute;
width: 180%;
height: 150%;
top: -45%;
left: -40%;
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.7) 23%, rgba(255,255,255,0) 66%);
pointer-events: none;
opacity: 0.5;
}
There could be other issues and/or this may have nothing to do with it, those images are not linked, so it's hard to tell.
The browser cache may need to be cleared and/or the page refreshed to see changes.
If you want more help, please provide a link to a page on your site that shows the problem.
Bookmarks