.ba-container-88f5d8dd {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none;
}
.ba-container-88f5d8dd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.ba-before-wrapper-88f5d8dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ba-img-before-88f5d8dd {
    width: 200%;
    max-width: none !important;
}
.ba-slider-88f5d8dd {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #fff;
    cursor: ew-resize;
    transform: translateX(-50%);
    z-index: 10;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.ba-slider-88f5d8dd::after {
    content: '<>';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
    font-family: monospace;
    font-weight: bold;
}