/*.slide-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}
.slide-image-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    object-fit: contain; 
    object-position: center;
    transform: none !important;
    clip-path: none !important;
    opacity: 1 !important;
    z-index: 1;
}
.image-after,
.image-before {
    animation: none !important;
    transform: none !important;
    clip-path: none !important;
    opacity: 1 !important;
}

.image-label {
    z-index: 3;
}

.slide-content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
} */
