img.lazy{
  opacity: 0;
  transition: .3s ease;
}
img.lazy.lazy_loaded{
  opacity: 1;
}