/* line 9, app/assets/stylesheets/kenburn.scss */
.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/kenburn.scss */
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  opacity: 1;
  transform: scale(1.2);
  background-position: center;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 9;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 8;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 7;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 6;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(5) {
  animation-name: kenburns-5;
  z-index: 5;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(6) {
  animation-name: kenburns-6;
  z-index: 4;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(7) {
  animation-name: kenburns-7;
  z-index: 3;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(8) {
  animation-name: kenburns-8;
  z-index: 2;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(9) {
  animation-name: kenburns-9;
  z-index: 1;
}

/* line 33, app/assets/stylesheets/kenburn.scss */
.slideshow-image:nth-child(10) {
  animation-name: kenburns-10;
  z-index: 0;
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  0.625% {
    opacity: 1;
  }
  9.375% {
    opacity: 1;
  }
  10.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  99.375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-2 {
  9.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  10.625% {
    opacity: 1;
  }
  19.375% {
    opacity: 1;
  }
  20.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-3 {
  19.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  20.625% {
    opacity: 1;
  }
  29.375% {
    opacity: 1;
  }
  30.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-4 {
  29.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  30.625% {
    opacity: 1;
  }
  39.375% {
    opacity: 1;
  }
  40.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-5 {
  39.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  40.625% {
    opacity: 1;
  }
  49.375% {
    opacity: 1;
  }
  50.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-6 {
  49.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  50.625% {
    opacity: 1;
  }
  59.375% {
    opacity: 1;
  }
  60.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-7 {
  59.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  60.625% {
    opacity: 1;
  }
  69.375% {
    opacity: 1;
  }
  70.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-8 {
  69.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  70.625% {
    opacity: 1;
  }
  79.375% {
    opacity: 1;
  }
  80.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-9 {
  79.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  80.625% {
    opacity: 1;
  }
  89.375% {
    opacity: 1;
  }
  90.625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes kenburns-10 {
  89.375% {
    opacity: 1;
    transform: scale(1.2);
  }
  90.625% {
    opacity: 1;
  }
  99.375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
