, I want to remove the popup that shows all the pictures of the items, i do not like, can you help me, i want that the all images in k2 component are static.
, I want to remove the popup that shows all the pictures of the items, i do not like, can you help me, i want that the all images in k2 component are static. 
.itemImageBlock img:hover {
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}

