img.lazy {
  opacity: 0;
  transition: opacity 333ms ease-in
}

img.lazy.loaded {
  opacity: 1
}