Disable blog image hover effect

When you hover blog item >> image will be bigger a bit. Use this CSS code to disable the effect

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