<?php
/**
 * @package far_loop
 */

$link = get_field( 'protocol_link' );

if ( !$link ) return false; 

?>
<div class="home-hero__protocol">
  <a href="<?php echo $link;?>" target="_blank">
    <img src="<?php echo get_template_directory_uri() . '/img/videocloop-neon.gif';?>" srcset="<?php echo get_template_directory_uri() . '/img/videocloop-neon.gif 1x, ' . get_template_directory_uri() .'/img/videocloop-neon-retina.gif 2x';?>" alt="Link"/>
  </a>
</div>
