.crossfade-transportation > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -2;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
.crossfade-transportation > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-575.jpg'); }
.crossfade-transportation > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_01-575.jpg');}
.crossfade-transportation > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-575.jpg');}
.crossfade-transportation > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-575.jpg');}
.crossfade-transportation > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-575.jpg');}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
.crossfade-transportation > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-768.jpg'); }
.crossfade-transportation > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_01-768.jpg');}
.crossfade-transportation > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-768.jpg');}
.crossfade-transportation > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-768.jpg');}
.crossfade-transportation > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-768.jpg');}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.crossfade-transportation > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-991.jpg'); }
.crossfade-transportation > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_01-991.jpg');}
.crossfade-transportation > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-991.jpg');}
.crossfade-transportation > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-991.jpg');}
.crossfade-transportation > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-991.jpg');}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.crossfade-transportation > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-1191.jpg'); }
.crossfade-transportation > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_01-1191.jpg');}
.crossfade-transportation > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-1191.jpg');}
.crossfade-transportation > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00-1191.jpg');}
.crossfade-transportation > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02-1191.jpg');}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.crossfade-transportation > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00.jpg'); }
.crossfade-transportation > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_01.jpg');}
.crossfade-transportation > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02.jpg');}
.crossfade-transportation > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_00.jpg');}
.crossfade-transportation > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/transportation/images/background/background_02.jpg');}	
}






 @keyframes 
imageAnimation {  0% {animation-timing-function: ease-in; opacity: 0;}
 8% {animation-timing-function: ease-out; opacity: 1;}
 17% { opacity: 1}
 25% { opacity: 0}
 100% { opacity: 0}
}
