/* SLIDER 1 */
@keyframes slidy2 {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }

}

figure {
  margin: 0 auto;
}

div#captioned-gallery2 { 
  width: 100%; overflow: hidden; 
}

figure.slider2 { 
  position: relative;
  width: 500%;
  font-size: 0;
  animation: 15s slidy2 infinite; 
}

figure.slider2 figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider2 img {
  width: 100%; height: auto;
}
/* SLIDER 1 */