<div class="videoLigthBox <?=$this->class?>" <?=$this->cssID?>>
	<a href="<?=$this->urlVideo?>" data-lity>
        <img src="<?=$this->image?>" alt="image-1" />
        <?php if ($this->titre): ?>
            <div class="titreVideo"><p><?=$this->titre?></p></div>
        <?php endif;?>
    </a>
</div>