Problem with image

Salut,

Adding the below CSS snippet at the end of your base.css should address the issue:

.thumbnail, .product-media-container.media-type-image {
border: none !important;
}

Cheers!