@media only screen and (max-width: 540px) {
	.custom-slideshow li:not(.uk-active){
		visibility: hidden;
		display: block !important;
	}    
	.custom-slideshow li{
		height: auto !important;
	}
	.custom-slideshow .el-image{
		top: 150px;
		height: 300px !important;
		object-fit: cover;
		position: relative !important;
		width: 100% !important;
	}
	.custom-slideshow .uk-position-cover{
		position: relative !important;
		top: auto;
		left: auto;
		right: auto;
		bottom: 0;
	}
}