Video hero has permanent overlay (Impulse)

https://shop.koopekool.com/password

I have uploaded a video with a pure white background but it shows with and overlay. In my settings I have the text protection set to 0%.

Does anyone have any ideas?

Add this code in your hero.css file:

.hero__text-shadow:before,
.hero__image-wrapper:before, 
.hero__media:before {
  display: none !important;
}

Result:

Thank you!