Hi
You can enlarge video adjusting height and width values in this file /templates/ja_cagox/acm/video/tmpl/style-1.php
<div class="block-play"><a class="play-video" href="javascript:void(0);" title=""><i class="fa fa-play"></i></a></div>
<iframe style="display: none;" width="560" height="315" frameborder="0" allowfullscreen="1" src="<?php echo $video_src ?>"></iframe>
</div>
Then you will need to add to your custom.css file new values for video background adding
.block-video .box-video {
width:790px!important;
height:700px!important;
}
Change values to adapt dimensions
Regards