#fds img {opacity: 0; }
#fds { font-size: 0;  }

@-webkit-keyframes fdsseq { 100% { opacity: 1; } }

@keyframes fdsseq { 100% { opacity: 1; } }
#fds img { -webkit-animation: fdsseq .5s forwards; animation: fdsseq 1s forwards; }
#fds img:nth-child(1) { -webkit-animation-delay: 1s; animation-delay: 1s; }
#fds img:nth-child(2) {  -webkit-animation-delay: 3s;  animation-delay: 3s; }
#fds img:nth-child(3) { -webkit-animation-delay: 5s; animation-delay: 5s; }
