Ηi
A strange behavior appears all the images flickering when the mouse over ....
Here is the url http://demo.metaforespress.gr/
Also could you please let me know how can I remove the hover effect ???
Many Thanks for your support
.nspMain .nspImageWrapper:hover img {
-webkit-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
-moz-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
-ms-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
-o-transform: scale3d(1,1,1) translate3d(0px,0px,0px);
transform: scale3d(1,1,1) translate3d(0px,0px,0px);
}