.lazy-src,
.lazy-poster {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lazy-src__load,
.lazy-poster__load {
  opacity: 1;
}