.custom_header_slideshow_homepage { position: relative; visibility: hidden; }
.custom_header_slideshow_homepage .arrow { position: absolute; top: 50%; color: white; font-size: 40px; cursor: pointer;}
.custom_header_slideshow_homepage .arrow.nextSlide { right: 20px; }
.custom_header_slideshow_homepage .arrow.prevSlide { left: 20px; }
.custom_header_slideshow_homepage .slick-dots { top: 75%; margin-bottom: 0px; margin: 0px; bottom: auto;}
.custom_header_slideshow_homepage .slick-dots li button:before { font-size: 15px; color: white;}
.custom_header_slideshow_homepage .slide { position: relative; }
.custom_header_slideshow_homepage .slide img { width: 100%; position: relative;}
.custom_header_slideshow_homepage .slide .content { background-color: rgba(0, 0, 0, 0.76); bottom: 0; min-width: 230px; padding: 10px; position: absolute; right: 0; width: 100%; text-align: center; }
.custom_header_slideshow_homepage .slide .content .title a{color: #fff; font-size: 18px; }
@media only screen and (min-width: 40.063em){
	.custom_header_slideshow_homepage .slide .content { padding: 20px; }
	.custom_header_slideshow_homepage .slide .content .title a { font-size: 25px; }
}
/*.banner-carousel:not(.slick-initialized) .item:not(:first-child){display:none;}*/
#banner_slick.slick-initialized{
	opacity:1 !important;
	-webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    -ms-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
} 
i.fa.fa-play-circle {
    margin-top: 15%
}