Thanks James. I had same problem with Avada. Updating theme will solve problem.
If someone need quick fix (for older version), before updating theme, you can remove:
//do_action( 'avada_before_main' );
Line 248:
wp-content/themes/Avada/header.php
This hook will print:
<div class="fusion-youtube-flash-fix"> <style type="text/css"> iframe { visibility: hidden; opacity: 0; } </style> </div>
Hope someone find this useful.