.lcake-main-wrapper .lcake-image-comparison {
    z-index: 3;
    position: relative;
    overflow: hidden;
}

.lcake-main-wrapper .lcake-image-comparison img {
    width: 100%;
    height: auto;
    display: block;
}

.lcake-main-wrapper .lcake-image-comparison .twentytwenty-handle {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

.lcake-main-wrapper .lcake-image-comparison .twentytwenty-handle::before,
.lcake-main-wrapper .lcake-image-comparison .twentytwenty-handle::after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lcake-main-wrapper .lcake-image-comparison .twentytwenty-handle .twentytwenty-left-arrow {
    border-right-color: #000;
}

.lcake-main-wrapper .lcake-image-comparison .twentytwenty-handle .twentytwenty-right-arrow {
    border-left-color: #000;
}

.lcake-main-wrapper .lcake-image-comparison .twentytwenty-before-label,
.lcake-main-wrapper .lcake-image-comparison .twentytwenty-after-label {
    position: absolute;
    z-index: 6;
    pointer-events: none;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    white-space: nowrap;
}

.lcake-main-wrapper .image-comparison-container-vertical .twentytwenty-before-label {
    left: 50%;
    transform: translateX(-50%);
}

.lcake-main-wrapper .image-comparison-container-vertical .twentytwenty-after-label {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 480px) {

    .lcake-main-wrapper .lcake-image-comparison .twentytwenty-before-label,
    .lcake-main-wrapper .lcake-image-comparison .twentytwenty-after-label {
        font-size: 12px;
        padding: 5px 8px;
    }
}