.ba-container-bea28631 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px; /* default */
    user-select: none;
    line-height: 0;
}

.ba-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ba-image-after-wrapper {
    position: relative; /* defines the height of the container */
}

.ba-image-before-wrapper {
    width: 50%;
    z-index: 1;
}

.ba-container-bea28631 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
}

.ba-image-wrapper img {
    width: 100%;
    height: auto;
}
.ba-image-before-wrapper img {
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.ba-image-after-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.ba-slider-bea28631 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    cursor: ew-resize;
    z-index: 4; /* Higher than overlay */
    transform: translateX(-50%);
}

.ba-slider-handle-bea28631 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ba-slider-handle-bea28631 svg {
    width: 16px;
    height: 16px;
    margin: 0 -2px;
}

.ba-label-bea28631 {
    position: absolute;
    top: 20px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    z-index: 4; /* Higher than overlay */
    pointer-events: none;
}

.ba-label-before {
    left: 20px;
}

.ba-label-after {
    right: 20px;
}