I want to do when my product media have a video in it. This shows the video on the place of feature

{% if media.media_type == 'video' %}
                

                  

                    {{ media | video_tag: controls: true }}
                  

                

         {% else %}
                     
       
                         
              

        {% endif %}
      
    {% endfor %}
    
           
      

      {% if product.images.size > 1 %}
        
          {% for image in product.images %}
            

              
                
              
            

          {% endfor %}

        
     
     

      {% endif %}