How to prevent automatic blog post picture adjustment?

Hi,

On the blog page the size of the picture is the right size.

But on the blog itself, the picture adjust automatically. How can we prevent this?

url: https://www.privatesupplements.nl/blogs/alles-voor-jouw-doel

@Mart2500 add below css into base.css file

@media (min-width: 993px)
{
.main-article__image {
    height: 100% !important;
}
}