.ba-container-2dbf4278 {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.ba-container-2dbf4278 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.ba-image-after-2dbf4278 {
    position: relative;
    z-index: 1;
}
.ba-overlay-2dbf4278 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.ba-overlay-2dbf4278 img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 100%;
    object-fit: cover;
}
.ba-slider-divider-2dbf4278 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    z-index: 3;
    transform: translateX(-50%);
    pointer-events: none;
}
.ba-slider-handle-2dbf4278 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.ba-slider-handle-2dbf4278 svg {
    color: #333;
    width: 16px;
    height: 16px;
    margin: -2px;
}
.ba-slider-input-2dbf4278 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
}