the controls are hidden by making the video longer in height than its container. U can remedy this by adding a custom.css rule for the iframe that is displaying the video..
iframe { height: 80%!important; }
however the problem still remains because the user has to click on the first button that is generated by acm hero style 4 module in order to get to the controls for the video itself. I see why this is done from a design perspective and it is useful.. for me i need my button to play or stop the video.. i remember earlier versions of Uber had this support.. but with all these new shenanigans with the hiding of the video controls the basic stop and play when clicked on video functionality seems to be lost.
where could the JavaScript that controls this be found?
Thank you