Hi delinea
In JA Teline V, it supports several content type and also override layout for each type. You can find associated PHP here:
/templates/ja_teline_v/html/layouts/joomla/content/item/
The 'default.php' file in this folder is for normal article, you will need to customize 'video.php' file for video type.
In case that you don't want to use video content type of template on your site, you can simply rename it , then duplicate the 'default.php' file to have a new file and name it as 'video.php'
It will look the same as normal article.
Regards