.pj-lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.pj-loaded {
    opacity: 1;
}