hi there
is there a way to remove the zoom & rotation effect, used on the frontpage of game /k2 articles within the tabs...
(our site is not yet live)
.nspArt .nspImageWrapper:hover img { transform: scale(1) rotate(0deg);
transition: all 0.2s linear 0s; }
.gkNspPM-VideoGallery .gkImageWrap:hover img {
transform: scale(1) rotate(0deg);
transition: all 0.2s linear 0s;
}