Hi Erny-
I took a closer look at this and I think I spotted the problem. I was wrong about the cause being your image CDN.
One of the containers in the block is forcing a white background on top of the image, due to CSS from the GeneratePress theme. Here’s how to solve this.
Navigate to Appearance > Customize > Additional CSS and use the following CSS code:
.one-container .container { background-color: transparent !important; }
This should resolve the issue for you, but please let us know if you have any more questions.