Bricks for WordPress has an Issue
...you have a bug in the way a background image is inserted into an Element (DIV, SPAN, etc.). You need to quote the URL just in case.
Example, you guys do this as a CSS directive: background-image: url(https://WhatEver.com/wp-content/uploads/media/Picture(Cool).jpg)
And Elementor does this: background-image: url("https://WhatEver.com/wp-content/uploads/media/Picture(Cool).jpg")
Can you guess which one works and which one doesn't?