Hello,
http://kidsbalance.bike/blog/
is using Ethos 1 and sorry if this has been asked but I really have looked all over,
How to remove the hover over the featured image?

I found the code
.x-recent-posts a:hover .x-recent-posts-img:after {
background-color: rgba(0, 51, 51, 0.25)
opacity: 1;
}
and tried
.x-recent-posts a:hover .x-recent-posts-img:after {
display: none;
}
but I suck and did not work 