{% if product.videoUrl is defined and product.videoUrl is not null %}
<div class='content-video'>
<iframe width="100%" src="{{ product.videoUrl }}"></iframe>
</div>
{% endif %}