.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -100; 
}
.cb-slideshow:after { 
    content: '';
   /* background: transparent url(file:///C|/Users/vanss/Downloads/images/pattern.png) repeat top left; */
}

.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    padding: 0;
    line-height: 30px; 
	background:rgba(0,0,0,0.6);
	border-radius:5px;
	width:220px;
	margin:0 0 0 4em;
	padding:15px;
	text-align:left;
}
.cb-slideshow li div h5 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    padding: 0;
    line-height: 30px; 
	background:rgba(0,0,0,0.6);
	border-radius:5px;
	width:400px;
	margin:1em 0 0 4em;
	padding:15px;
	text-align:left;
}
 
@-webkit-keyframes imageAnimation { 
     
    0% { opacity: 0;   -webkit-animation-timing-function: ease-in; }
    25% { opacity: 1;  -webkit-animation-timing-function: ease-out; }
    50% { opacity: 0 } 
    75% { opacity: 0 } 
    100% { opacity: 0 }
     
} 
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0; }
    25% { opacity: 1;  }
    50% { opacity: 0 } 
    75% { opacity: 0 } 
    100% { opacity: 0 }
}
/*
@-webkit-keyframes imageAnimation { 
     
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
     
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
 
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { 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: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}