.js-lazyload-image{
    filter: blur(10px);
    transition: filter 0.3s ease;
}
.js-lazyload-image.loaded{
    filter: blur(0);
}