.lazy {
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lazy.loaded {
    opacity: 1;
}
