.classyea-before-after-work-area .twentytwenty-handle {
    background: #fff;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border: none;
}

.classyea-before-after-work-area  .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 30px;
}

.classyea-before-after-work-area .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 30px;
}

.classyea-before-after-work-area .twentytwenty-left-arrow {
    border-right: 0px solid white;;
    left: 50%;
    margin-left: -17px;
}

.classyea-before-after-work-area .twentytwenty-left-arrow:before {
    position: absolute;
    content: "\f104";
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    top: -12px;
    left: 0;
}

.classyea-before-after-work-area .twentytwenty-right-arrow {
    border-left: 0px solid white;;
    right: 50%;
    margin-right: -17px;
}

.classyea-before-after-work-area .twentytwenty-right-arrow:before {
    position: absolute;
    content: "\f105";
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    top: -12px;
    right: 0;
}

.classyea-before-after-work-area .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 30px;
}

.classyea-before-after-work-area .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 30px;
}

.classyea-before-after-work-area .twentytwenty-down-arrow:before {
    position: absolute;
    content: "\f107";
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    bottom: -8px;
    right: -5px;
}

.classyea-before-after-work-area .twentytwenty-up-arrow:before {
    position: absolute;
    content: "\f106";
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    top: -8px;
    left: -5px;
}

.twentytwenty-up-arrow {
    border-bottom: 0px solid white!important;
    top: 50%;
    margin-top: -17px;
}