.postListPost__image {
    display: block;
    transition: scale 200ms ease-in-out;
}

.postListPost:hover .postListPost__image {
    scale: 1.075;
}
