I finally got it working with the following CSS code:
.t4-content::before
{
content: "";
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background-color: rgba(255,255,255,0.70);
}
While playing around with the developper tools I found this one:
So I played with the values and this one is the best.
Case closed. And maybe it helps someone else.
With kind regards,
Willem-Jan