Please add this code to Online Store > Themes > Customize > Theme settings > Custom CSS
.image__hero__scale:hover picture:after {
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #00000087;
display: block;
width: 100%;
position: absolute;
}