Dear michelevalente82
Yes, you can remove image rotation by find the css in your file color (eg: templates/sj_market/css/template-yellow.css . note disable less compile in our template to edit directly in .css file) and remove them:
find the css:
.module.best-sellers .modcontent .sj-vm-ajax-tabs .yt-wrap .tabs-content .tabs-content-inner .item-wrap.ajaxtabs-item:hover .item-image a img, .module.ajax-tab .modcontent .sj-vm-ajax-tabs .yt-wrap .tabs-content .tabs-content-inner .item-wrap.ajaxtabs-item:hover .item-image a img {
transform: rotateY(180deg);
}
and find the css
.browse-view .product.vm-col .spacer:hover .vm-product-media-container a img {
transform: rotateY(180deg);
}
thanks