body {
  text-align: center;
}

figure img[data-src] {
  filter: blur(0.2em);
}
figure img {
  filter: blur(0em);
  transition: filter 0.5s;
}
