.postListPost__image {
    transition: scale var(--timingFlash);
}

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