picture > img {
  width: 100%;
  height: auto;
  filter: blur(0);
  transition: filter 1s ease-out;
}
picture > img[data-src] {
  filter: blur(6px);
}
/*picture > img.img-progressive {
  width: 100%;
}
*/
