/* General reset */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.uael-woo-products-thumbnail-wrap { position: relative; }

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.uael-woo-products-thumbnail-wrap a {
  display:block;
  line-height:0;
  font-size:0;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
.uael-woo-products-thumbnail-wrap img {
  display:block;
  width:100%;
  height:auto;
  margin:0;
  vertical-align:top;
}

/* Overlay default Woo */
.tl-promo-frame-overlay{
  position:absolute; left:0; top:0; width:100%; height:100%;
  background-repeat:no-repeat; background-position:bottom; background-size:contain;
  pointer-events:none; z-index:9;
}

/* Overlay single product */
.tl-promo-frame-overlay-single{
  position:absolute; left:0; top:0; width:100%; height:100%;
  background-repeat:no-repeat; background-position:bottom; background-size:contain;
  pointer-events:none; z-index:9;
}

/* Overlay UAEL */
.uael-woo-products-thumbnail-wrap .tl-promo-frame-overlay{
  position:absolute; left:0; top:0; width:100%; height:100%;
  background-repeat:no-repeat; background-position:bottom; background-size:contain;
  pointer-events:none; z-index:9;
}
