.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-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 16s;
    -moz-animation: imageAnimation 16s;
    -o-animation: imageAnimation 16s;
    -ms-animation: imageAnimation 16s;
    animation: imageAnimation 16s;
}


.cb-slideshow li:nth-child(1) span { background-image: url(../images/4.png);
background-position: center center !important;
margin-top: 300px;
 }


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

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

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

	

	
	100% { opacity: 1 }
}

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

	8% {
	    opacity: 1;
	    transform: scale(1.00) ;
	   
		
	}
	

	

	    	    
	
	100% { opacity: 1 }
}

/* 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}	
}
