.lazy-img img {
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
}

.lazy-img img.loaded{
    opacity: 1;
    transition: opacity 2s;
}
