.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 4px;
    margin-left: -2px;
    margin-bottom: 0;
    margin-top: 0;
}
.twentytwenty-handle {
    content: '';
    background: url('/wp-content/themes/israelweb/img/twentytwenty-handle.png');
    width: 88px;
    height: 39px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -44px;
    margin-top: -20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 40;
    cursor: pointer;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    display: none;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: auto;
    margin-top: 0;
    bottom: 10px;
}
.twentytwenty-before-label:before {
    content: ' אחרי ';
}
.twentytwenty-after-label:before {
    content: ' לפני ';
}
