.bkanimate {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 440px;
  max-width: 90%;
  height: auto;
}

.image-slide {
  position: relative;
  opacity: 0;
  width: 130px;
  z-index: 10;
  overflow: visible;
}

.initial .image-slide {
	opacity: 1;
}

.bkanimate img {
  -moz-box-shadow: -1px 0px 12px 0px #000;
  -webkit-box-shadow: -1px 0px 12px 0px #000;
  box-shadow: -1px 0px 12px 0px #000;
}

img.theories {
	width: 96.25%;
}

img.way-home {
	width: 97.5%;
}

img.albion {
  width: 93%;
}

img.rose {
  width: 89%;
}

img.between {
  width: 100%;
}

img.work {
  width: 99%;
}

img.stealing {
  width: 92%;
}

img.gustafsons {
	width: 91%;
}

img.emrys {
	width: 130%;
}

img.nights {
	width: 100%;
}

img.scenes-plays {
	width: 92%;
}

@keyframes imageslide-out {
  0% {opacity:1;width:130px;margin-top:0;} 
  10% {opacity:1;width:130px;margin-top:0;}  
  50% {opacity:0;width:110px;margin-top:3%;}
  100% {opacity:0;width:110px;margin-top:3%;}
}

.prev-current .image-slide {
  -webkit-animation: imageslide-out 2s ease-out;
  -moz-animation: imageslide-out 2s ease-out;
  -o-animation: imageslide-out 2s ease-out;
  -ms-animation: imageslide-out 2s ease-out;
  animation: imageslide-out 2s ease-out;
}

@keyframes title-out {
  0% {opacity:1;z-index:10;} 
  2% {opacity:1;z-index:10;}  
  30% {opacity:0;z-index:10;}
  100% {opacity:0;z-index:0;}
}

.prev-current .title {
  -webkit-animation: title-out 2s ease-out;
  -moz-animation: title-out 2s ease-out;
  -o-animation: title-out 2s ease-out;
  -ms-animation: title-out 2s ease-out;
  animation: title-out 2s ease-out;
}
   
@keyframes title-in {
  0% {opacity:0;z-index:0;} 
  30% {opacity:0;z-index:10;}  
  60% {opacity:1;z-index:10;}
  100% {opacity:1;z-index:10;}
} 

.current .title {   
  -webkit-animation: title-in 5s ease-out;
  -moz-animation: title-in 5s ease-out;
  -o-animation: title-in 5s ease-out;
  -ms-animation: title-in 5s ease-out;
  animation: title-in 5s ease-out;
}

.title {
  position: absolute;
  top: -40px;
  left: 0;
  opacity: 0;
}

.initial .title {
	opacity: 1;
}

.title h3 {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  color: #90B7F3;
  margin: 0 0 10px 0;
}

.title a {
  position: relative;
  float: left;
  top: 167px;
  left: 154px;
  padding: 6px 46px 10px 10px;
  background-color: rgba(144,183,243,0);
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 86% 10px;
  background-size: 26px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #90B7F3;
  border: 1px solid #90B7F3;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.title a:hover {
  background-color: rgba(0,0,0,1);
}

@keyframes imageslide-in {
  0% {left:60%;opacity:0;width:80px;z-index:10;margin-top:5%;}
  2% {opacity:1;}
  30% {width:130px;margin-top:0;}
  50% {left:0%;margin-top:0;z-index:10;}
	100% {opacity:1;width:130px;margin-top:0;z-index: 10;}
}

.current .image-slide {
  -webkit-animation: imageslide-in 5s ease-out infinite 0s;
  -moz-animation: imageslide-in 5s ease-out infinite 0s;
  -o-animation: imageslide-in 5s ease-out infinite 0s;
  -ms-animation: imageslide-in 5s ease-out infinite 0s;
  animation: imageslide-in 5s ease-out infinite 0s; 
}

@media screen and (min-width: 600px) {

  .bkanimate {
    top: 20%;
    left: 10%;
    width: 500px;
    max-width: 90vw;
    height: auto;
  }

  
}

@media screen and (min-width: 940px) {

  .bkanimate {
    top: 20%;
  }
	
	.image-slide {
		width: 160px;
	}
  
  @keyframes imageslide-out {
		0% {opacity:1;width:160px;margin-top:0;} 
		10% {opacity:1;width:160px;margin-top:0;}  
		50% {opacity:0;width:140px;margin-top:3%;}
		100% {opacity:0;width:140px;margin-top:3%;}
	}
  
  @keyframes imageslide-in {
		0% {left:60%;opacity:0;width:100px;z-index:10;margin-top:5%;}
		2% {opacity:1;}
		30% {width:160px;margin-top:0;}
		50% {left:0%;margin-top:0;z-index:10;}
		100% {opacity:1;width:160px;margin-top:0;z-index: 10;}  
	}

    
  .title a {
    top: 194px;
    left: 200px;
    padding: 8px 68px 14px 16px;
    background-position: 85% 17px;
    background-size: auto;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
  }


  
}

