.custom_header_slideshow_homepage {padding-bottom: 5px; position: relative; visibility: hidden; margin-bottom: 30px; }
.custom_header_slideshow_homepage .border-bottom {
	background-image: url(/includes/public/assets/backgrounds/texture-denim-orange.jpg);
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 5px;   
}
.custom_header_slideshow_homepage .img-container {position: relative; z-index: 9;}

.custom_header_slideshow_homepage .slick-slider {margin: 0;}
.custom_header_slideshow_homepage .slick-slide {position: relative;}
.custom_header_slideshow_homepage .content a.title,
.custom_header_slideshow_homepage .content a.button-style {display: none;}
.custom_header_slideshow_homepage .gradient-bottom {
	position: absolute; bottom: 0; left: 0;
	height: 60px; width: 100%;
	pointer-events: none;
    background-image: linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.custom_header_slideshow_homepage ul.slick-dots {bottom: 4px; margin: 0; position: absolute; text-align: center; width: 100%; z-index: 10;}
.custom_header_slideshow_homepage ul.slick-dots li {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	background-color: transparent;
	margin: 0 10px; 
	cursor: pointer;
}
.custom_header_slideshow_homepage ul.slick-dots li.slick-active {background-color: #fff; cursor: default;}
.custom_header_slideshow_homepage ul.slick-dots li button:before {content: none;}
.custom_header_slideshow_homepage ul.slick-dots li button {text-indent: -9999px; padding: 0;}

.custom_header_slideshow_homepage .slide.video iframe {display: none;}
.custom_header_slideshow_homepage .slide.video .mobile-video {display: block;}

@media only screen and (min-width: 40.063em) {
	.custom_header_slideshow_homepage .content {
		position: absolute;
		display: block;
		width: 100%;
		bottom: 0;
		left: 0;
		text-align: center;
		height: auto;
		z-index: 9;
	}
	.custom_header_slideshow_homepage .content a.title {
		color: #fff;
		display: block;
		font-family: "Adelle W01 Semibold", sans-serif;
		font-size: 30px;
		margin-bottom: 7px;
		padding: 0 20px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	.custom_header_slideshow_homepage .content a.button-style {
		display: inline-block; 
		font-family: "Sofia Rough W00 Black One", sans-serif;
		font-size: 20px;
		margin-bottom: 13px; 
		padding: 4px 25px;
	}
	.custom_header_slideshow_homepage ul.slick-dots {bottom: 107px;}   
	.custom_header_slideshow_homepage .gradient-bottom {height: 134px;}
}

@media only screen and (min-width: 64.063em) { 
	.custom_header_slideshow_homepage .content {bottom: 45px;}
	.custom_header_slideshow_homepage .gradient-bottom {height: 200px;}
	.custom_header_slideshow_homepage ul.slick-dots {bottom: 150px;}
	.custom_header_slideshow_homepage .slide.video iframe {display: block;}
	.custom_header_slideshow_homepage .slide.video .mobile-video {display: none;}
}