Please go to …templatesja_appoliotplsblocksvideo.php file and replace
<?php if ($this->countModules('video')) : ?>
<!-- SLIDESHOW -->
<div class="wrap t3-video hidden-xs <?php $this->_c('video') ?>">
<jdoc:include type="modules" name="<?php $this->_p('video') ?>" style="T3Xhtml" />
</div>
<!-- //SLIDESHOW -->
<?php endif ?>
with:
<?php if ($this->countModules('video')) : ?>
<!-- SLIDESHOW -->
<div class="wrap t3-video <?php $this->_c('video') ?>">
<jdoc:include type="modules" name="<?php $this->_p('video') ?>" style="T3Xhtml" />
</div>
<!-- //SLIDESHOW -->
<?php endif ?>