.cb-slideshow,.cb-slideshow:after {
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
	content: '';
    height: 40%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;

}
.cb-slideshow li div {
    z-index: 1000;
    position: fixed;
    bottom: 40vh;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.cb-slideshow li div  {
    
	color: #fff;
}

/* 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 { font-size: 100px } */
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div { font-size: 50px }
}