Somehow the screenshot does not get uploaded. It shows the grayed out screen with the pink progress cirlce in the middle.
Ty for the quick response. For me it somehow did not work without an !important tag. It now works as follows:
.mep_bg_thumb:hover {
transform: none !important;
-webkit-transition: none !important;
transition: none !important;
}