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