.ui-slideshow-wrapper .ui-slideshow .ui-media::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ui-slideshow-wrapper .ui-slideshow .ui-content{
    z-index: 2;
}
.ui-navigation-group .ui-nav-control{
    position:relative !important;
}
.ui-navigation-group .ui-nav-control .uk-dotnav{
    margin:0 !important;
}
.ui-slideshow-wrapper .ui-slideshow .ui-media img{
    max-width:none;
}
.ui-slideshow-wrapper img[data-uk-cover], .ui-slideshow-wrapper video[data-uk-cover]{
    width:100%;
    height:100%;
}
.ui-content-wrap{
    z-index:10;
}