Hi palosutca
Removing &mute=1
from the code in this file /tpls/blocks/header-4.php
case 'youtube':
$video_src = '//www.youtube.com/embed/' . trim($arr[1]). '?playlist=' . trim($arr[1]) . '&loop=1&autoplay=1&html5=1&rel=0';
stopped again autoplay of your video
I noted your problem and you can try adding this code:
.t3-header.t3-header-mask:before {
content:none!important;
}
To your /templates/ja_jason/css/custom.css file will enable the youtube controls at the bottom left
Hope this helps.
Regards