.slider-wrapper-small,
.slider-wrapper-full {
    position: relative;
}

.twentytwenty-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.twentytwenty-container img {
    width: 100%;
    height: auto;
    display: block;
}

.twentytwenty-handle {
    width: 48px !important;
    height: 48px !important;
    margin-left: -24px !important;
    margin-top: -24px !important;
    border-radius: 50% !important;
    background: white !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
}

.twentytwenty-handle:before,
.twentytwenty-handle:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 3px !important;
    height: 100vh !important;
    background: rgba(255, 255, 255, 0.95) !important;
    left: 50% !important;
    margin-left: -1.5px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4),
                2px 0 4px rgba(0, 0, 0, 0.2),
                -2px 0 4px rgba(0, 0, 0, 0.2) !important;
}

.twentytwenty-handle:before {
    bottom: 28px !important;
}

.twentytwenty-handle:after {
    top: 28px !important;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    width: 0 !important;
    height: 0 !important;
    border: 6px inset transparent !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -6px !important;
}

.twentytwenty-left-arrow {
    border-right: 6px solid #333 !important;
    left: 50% !important;
    margin-left: -12px !important;
}

.twentytwenty-right-arrow {
    border-left: 6px solid #333 !important;
    right: 50% !important;
    margin-right: -12px !important;
}

.twentytwenty-overlay {
    background: transparent !important;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    display: none !important;
}

.before-after-labels,
.before-after-labels-small,
.before-after-labels-full {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.label-before,
.label-after {
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8),
                 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .twentytwenty-handle {
        width: 44px !important;
        height: 44px !important;
        margin-left: -22px !important;
        margin-top: -22px !important;
    }
    
    .twentytwenty-handle:before {
        bottom: 24px !important;
    }
    
    .twentytwenty-handle:after {
        top: 24px !important;
    }
    
    .twentytwenty-handle:before,
    .twentytwenty-handle:after {
        width: 2px !important;
        margin-left: -1px !important;
    }
    
    .label-before,
    .label-after {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .twentytwenty-handle {
        width: 40px !important;
        height: 40px !important;
        margin-left: -20px !important;
        margin-top: -20px !important;
        border-width: 1px !important;
    }
    
    .twentytwenty-handle:before {
        bottom: 20px !important;
    }
    
    .twentytwenty-handle:after {
        top: 20px !important;
    }
    
    .twentytwenty-left-arrow,
    .twentytwenty-right-arrow {
        border-width: 5px !important;
        margin-top: -5px !important;
    }
    
    .twentytwenty-left-arrow {
        border-right-width: 5px !important;
        margin-left: -10px !important;
    }
    
    .twentytwenty-right-arrow {
        border-left-width: 5px !important;
        margin-right: -10px !important;
    }
    
    .label-before,
    .label-after {
        font-size: 12px;
    }
    
    .before-after-labels,
    .before-after-labels-small,
    .before-after-labels-full {
        top: 15px;
        left: 15px;
        right: 15px;
    }
}
