.slideshow-custom{}
.slideshow-custom .wrapper{
	position:relative;
}
.slideshow-custom .wrapper,
.slideshow-custom .image{
    height:500px;
}
.slideshow-custom .overlay{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.slideshow-custom .uk-slidenav{
    color: rgb(255 255 255 / 50%);
}
@media (max-width:767px){
	.slideshow-custom .wrapper, .slideshow-custom .image{
		height:160px;
	}
}