Figure tag HTML 5

HTML

<div id="gallery">
 <figure>
      <img src="http://lorempixum.com/250/300/food" />
     <span class="save-money_label"><span class="rotate"></span></span> <span class="curle-label_bg"></span>
<figcaption>
      <span class="product-brand">Brand of product</span>
      <span class="product-name">Name of Product</span>
      <span class="save-money">Save 395.05</span>
      <span class="product-price">€169.30</span>
   </figcaption>    
</figure>
     <figure>
      <img src="http://lorempixum.com/250/300/nature" />
  <figcaption>
      <span class="product-brand">Brand of product</span>
      <span class="product-name">Name of Product</span>
      <span class="save-money">Save 395.05</span>
      <span class="product-price">€169.30</span>
   </figcaption>   
</figure>
     <figure>
      <img src="http://lorempixum.com/250/300/nature" />
 <figcaption>
      <span class="product-brand">Brand of product</span>
      <span class="product-name">Name of Product</span>
      <span class="save-money">Save 395.05</span>
      <span class="product-price">€169.30</span>
   </figcaption>   
</figure>
     <figure>
      <img src="http://lorempixum.com/250/300/nature" />
<figcaption>
      <span class="product-brand">Brand of product</span>
      <span class="product-name">Name of Product</span>
      <span class="save-money">Save 395.05</span>
      <span class="product-price">€169.30</span>
   </figcaption>  
</figure>
     <figure>
      <img src="http://lorempixum.com/250/300/nature" />
<figcaption>
      <span class="product-brand">Brand of product</span>
      <span class="product-name">Name of Product</span>
      <span class="save-money">Save 395.05</span>
      <span class="product-price">€169.30</span>
   </figcaption>  
</figure>
 </div>

CSS

#gallery{overflow:hidden;}
figure{background:yelow; width:250px; float:left; margin-right:35px;position: relative;  }
figcaption{font-size: 20px; font-weight: bold; line-height: normal; text-align: left; text-transform: uppercase;}
.product-brand{font-size:15px; display:block; font-weight: bold;}
.product-price{color:#d637b7; font-size:15px; display:block;}
.save-money { color: #888888; display: block; float: left; font-size: 15px; margin-right: 10px; }
.save-money_label { background: url("http://canadianneighborpharmacy.net/images/cnp/discount_20.png") no-repeat scroll 0 0 transparent; height: 69px; position: absolute; right: -49px; width: 68px; }