.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 95%;
    height: 95%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow li span {
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size:contain;
  background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s;
    -moz-animation: imageAnimation 20s;
    -o-animation: imageAnimation 20s;
    -ms-animation: imageAnimation 20s;
    animation: imageAnimation 20s;
}


.cb-slideshow li:nth-child(1) span { background-image: url(../images/2.png);

 }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/1.png);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;

}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.png);
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;

}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/ft.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;

}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/ht.png);
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;

}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
			    -webkit-transform: scale(0.0);
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}

	25% {
	    opacity: 0;

	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
			    -moz-transform: scale(0.0);
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}

	25% {
	    opacity: 0;

	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
		-o-transform: scale(0.0);
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}

	25% {
	    opacity: 0;

	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
		-ms-transform: scale(0.0);
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}

	25% {
	    opacity: 0;

	}
	100% { opacity: 0 }
}

@keyframes imageAnimation { 
	0% {
	    opacity: 0;
		transform: scale(0.0) ;
	    animation-timing-function: ease-in;
		
	}

	8% {
	    opacity: 1;
	    transform: scale(1.05) ;
	    animation-timing-function: ease-out;
		
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) ;

	}

	25% {
	    opacity: 0;

	    	    
	}
	100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 500px) { 
	.cb-slideshow li div h3 { font-size: 50px}	
}
