Hi baeprod
Glad to hear that you sorted it out!
Here are the changes:
/templates/ja_healthcare/acm/video/tmpl/style-1.php
// Call the API when a button is pressed
$('.btn-play').on('click', function() {
$('div.acm-video').addClass('playing');
$('div.acm-video').find('.video-thumb').addClass('vimeo-playing');
post($(this).attr('title').toLowerCase());
});
/templates/ja_healthcare/acm/video/css/style.css
.video-thumb.vimeo-playing{
background: transparent;
position: relative;
.opacity(1);
}
&.playing {
.video-thumb,
.btn-border {
display: none;
}
.video-thumb.vimeo-playing{
display: block;
}
}