@media (min-width: 600px) {
    .IMAGES_LIST__LINK {
        filter: grayscale();
    }
    .IMAGES_LIST__LINK:hover {
        filter: none;
    }
}