When having a form to next to a video component, if there is a form error, the error message appears BEHIND the video (flash) on PCs.
Looks like the positioning of the error content is dependent on the window size and gets set dynamically through .js on button submit. Is there a way to override this and position the error message with CSS, or is there a solution to for the error message to appear above the video component?