Hey guys!
I would like to remove the thin white Outline, that is around full-images
as well as the whole darkening and "+" display when hovering.
Thank you very much for your support in advance!
.gkImageWrapperOverlay,
.gkImageWrapperOverlayWrap:hover .gkImageWrapperOverlay > span{display: none;}
.itemImageBlock img:hover {
-webkit-transform: scale(1) rotateZ(0deg);
-moz-transform: scale(1) rotateZ(0deg);
-ms-transform: scale(1) rotateZ(0deg);
-o-transform: scale(1) rotateZ(0deg);
transform: scale(1) rotateZ(0deg);
opacity: 1;
}