Hi,
Open up wp-content\themes\dante\includes\sf-media.php in FTP and go to this line #45 you found a line like this
return '<div class="sf-video-wrap"><iframe itemprop="video" src="http://www.youtube.com/embed/'. $video_id[1] .'?wmode=transparent" width="'. $width .'" height="'. $height .'" ></iframe></div>';
Change that to
return '<div class="sf-video-wrap"><iframe itemprop="video" src="http://www.youtube.com/embed/'. $video_id[1] .'?wmode=transparent" width="'. $width .'" height="'. $height .'" allowfullscreen></iframe></div>';
I also, forward this to our developer to have a fix in the upcoming updates.
Let us know,
Thanks,
laranz.