img.lazyload {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

img.lazyload.loaded {
  opacity: 1;
}
