.module.module-slideshow {
    position: relative;
    display: block;
    margin-top: 0px;
}
.paddingslideshow {
    padding-left: 6px;
    padding-left: 0px;
}
.img-slideshow {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
}
video.img-slideshow {
    display: block;
}
.itx-slideshow .carousel-item {
    position: relative;
}
.itx-slide-video-wrap {
    position: relative;
    display: block;
    height: 100%;
}
.itx-slideshow .home-video-caption {
    z-index: 2;
    pointer-events: none;
}