Disable blog image hover effect

When you hover blog item >> image will be bigger a bit. To disable this effect, add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*="MediaImage__Container"] img {
    transform: unset !important;
}