Add this css:
.recent-post figure, #product-img-slider .lSSlideWrapper {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
I’ve added code for the next update to sort the layout of the instagram items. For now try adding:
.woocommerce-instagram {
width: 1170px;
max-width: 100%;
margin: 0 auto;
}
– Ed