#wooswipe {
  position: relative;
}

#wooswipe .wooswipe-pinit {
  position: absolute;
  top: 10px;
  left: 10px;

  width: 25px;
  height: 25px;
}

#wooswipe .thumbnails {
  list-style: none;
  height: 100px;
  overflow: hidden;
  max-height: 100%;
  padding: 0;
}

/* Fix for some themes */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
  width: 100%;
}
