hi.
i use NC 4.30
i am using list mode view and there are some products in my site which do not have photos
i need to hide image box if the product doesn't have any photos


<div class="item-box"><div class="product-item" data-productid="411"><div class="picture"><a href="/test-product" title="Test Product"> <img alt="Test Product" src="localhost/images/thumbs/default-image_415.png" title="Test Product"> </a></div><div class="details"><h2 class="product-title"><a href="/test-product">Test Product</a></h2><div class="product-rating-box" title="0 views"><div class="rating"><div style="width:0%"></div></div></div><div class="description"></div><div class="add-info"><div class="prices"><span class="price actual-price">100 USD</span></div><div class="buttons"><input type="button" value="BUY" class="button-2 product-box-add-to-cart-button" onclick="return AjaxCart.addproducttocart_catalog(&quot;/addproducttocart/catalog/411/1/1&quot;),!1"></div></div></div></div></div>


default-image_415.png — this is no photo image

i need to hide <div class="picture"> if product has no images

how to do it in .cshtml? maybe using jquery?

thanks.