img {
    opacity: 1;
    transition: opacity 0.2s;
}

img.lazy {
    opacity: 0;
}

img.loaded {
    opacity: 1;
}

