Hi Thatch,
You can open the file: /templates/ja_mood/html/layouts/joomla/content/video_play.php
Line 75:
echo '<img class="ja-video embed-responsive-item" width="'.$width.'" height="'.$height.'" src="'.$img_thumb.'" />';
change it to:
echo '<img class="ja-video embed-responsive-item" width="'.$width.'" height="'.$height.'" alt="'.htmlspecialchars($item->title).'" src="'.$img_thumb.'" />';