File: /var/www/html/wptrinityconsulting/wp-content/plugins/finbuzz-core/elementor/views/video-6.php
<?php
/**
* @author RadiusTheme
* @since 1.0
* @version 1.0
*/
namespace radiustheme\Finbuzz_Core;
use FinbuzzTheme_Helper;
use Elementor\Group_Control_Image_Size;
?>
<div class="rt-video video-<?php echo esc_attr( $data['style'] );?> <?php echo esc_attr( $data['video_btn_style'] );?>">
<div class="rtin-video">
<a href="<?php echo esc_url($data['videourl']['url'] );?>" class="rtin-play rt-video-popup">
<i class="fas fa-play"></i>
</a>
<h2 class="play-text"><?php echo wp_kses_post($data['video_title']); ?></h2>
</div>
</div>