@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cb-slideshow-wrapper {
	background: black;
}
.cb-slideshow-wrapper .pattern {
	background: rgba(0,0,0,0.5);
	background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 80%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.cb-slideshow, .cb-slideshow li {
	margin: 0;
	padding: 0;
	background: none;
}

.cb-slideshow-wrapper {
	width: 75%;
	float: right;
	height: 865px;
	position: relative;
}

 .cb-slideshow {
	width: 100%;
	height: 100%;
 }

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	background-attachment: fixed;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    /**bottom: 0;**/
	top: calc(50% - 80px);
    left: 0px;
    width: 100%;
	padding: 25px 0;
    text-align: center;
    opacity: 0;
	/**
	background: rgba(0,0,0,0.1);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 25%, rgba(0,0,0,0.40) 75%, rgba(0,0,0,0) 100%);
	**/
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 100px;
    padding: 0;
	margin: 0;
    line-height: 80px;
	user-select: none;
	color: #FFFFFF!important;
}

/* Animation for the slideshow images */
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Animation for the title */
@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 }
}