.uigrid-slideshow {
    transition: background-image 0.3s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.uigrid-slideshow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 0;
}
.uigrid-slideshow-content,
.uigrid-slideshow-item {
    position: relative;
    z-index: 1;
}