img.lazy {
    filter: blur(10px);
    transition: filter 0.3s ease;
}
img:not(.lazy), img.no-lazy {
    filter: none;
}
