
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
/**
 * Post Format: Video
 *
 * @package Authentic
 * @subpackage Template Parts
 * @since Authentic 2.0.0
 * @version 1.0.0
 */

?>

<div class="post-media">
	<div class="embed-responsive embed-responsive-16by9"><?php csco_the_field( 'csco_post_embed' ); ?></div>
</div>
