(this is not my first banner and the last is well working with chrome firefox wihtout any problem)
On my side this is what I had to do to fix the issue after I created all in GWD.
Fix the click:
move those tag below up and added z-index
<gwd-taparea id="replaybutton" class="gwd-taparea-ynzo gwd-gen-1il7gwdanimation" style="z-index:5001;"></gwd-taparea>
<gwd-taparea id="masterbutton" class="gwd-taparea-an3p" style="z-index:5000;"></gwd-taparea>
Banner not showing on firefox:
Firefox Block enabler.js so I had to download the js file in my assets folder and include it in the delivery file (FYI enabler.js is 100Ko) to upload it to doubleclick.
Thanks!