.lazy-loaded {
  transition: all .5s ease-in-out;
}

[data-lazy] {
  opacity: 0;
}


