section[data-section-id="6845c4fb00354bb02663c19d"] {
a.sqs-block-image-link.js-content-mode-element:after {
content: "";
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
opacity: 0;
transition: all 0.3s ease;
}
.image-block:hover a.sqs-block-image-link.js-content-mode-element:after{
opacity: 1;
transition: all 0.3s ease;
}}