.cb-slideshow,
.cb-slideshow:after {
    /* position: absolute; */
    width: 100%;
    height: 820px;
    top: 0px;
    left: 0px;
    /* z-index: 0; */
	
}
.cb-slideshow img{
	width: 100%;
	height: auto;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; */
    opacity: 0;
    /* z-index: 0; */
	/* -webkit-backface-visibility: hidden; */
    -webkit-animation: imageAnimation 48s linear infinite 0s;
    -moz-animation: imageAnimation 48s linear infinite 0s;
    -o-animation: imageAnimation 48s linear infinite 0s;
    -ms-animation: imageAnimation 48s linear infinite 0s;
    animation: imageAnimation 48s linear infinite 0s;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.2);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.2);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.2) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.2) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.2);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.2) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.2) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.2);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.2) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.2) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.2);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.2) translateY(-15%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.2) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: .5;
		-webkit-transform: scale(1.1) translateX(4%);
	    animation-timing-function: ease-in;
		
	}
	8% {
	    opacity: 1;
	    transform: scale(1.1);
	    animation-timing-function: ease-out;	
	}
	17% {
	    opacity: 1;
	    transform: scale(1.2);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(0) translateY(-0%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1680px) {
	.cb-slideshow{
		height: 700px;
	}
	.cb-slideshow li span {
		background-size: contain !important;
	}
}
@media screen and (max-width: 1440px) {
	.cb-slideshow{
		height: 600px;
	}
	.cb-slideshow li span {
		background-size: contain !important;
	}
}
@media screen and (max-width: 1400px) {
	.cb-slideshow{
		height: 580px;
	}
	.cb-slideshow li span {
		background-size: contain !important;
	}
}
@media screen and (max-width: 1366px) {
	.cb-slideshow{
		height: 570px;
	}
	.cb-slideshow li span {
		background-size: contain !important;
	}
}

@media screen and (max-width: 1280px) {
	.cb-slideshow{
		height: 520px;
	}
	.cb-slideshow li span {
		background-size: contain !important;
	}
}