#before-after-container {
    touch-action: none;
    user-select: none;
}

#before-after-container .before-image {
    clip-path: inset(0 0 0 50%);
}

#before-after-container .slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.25rem;
    background: white;
    cursor: ew-resize;
    z-index: 40;
}

#before-after-container .slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: white;
    cursor: ew-resize;
    z-index: 50;
}