﻿.before-after-blk {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

    .before-after-blk .ba-Slider {
        position: relative;
        display: block;
        padding: 0;
        background: #212121;
        border: 1px solid white;
        margin: 20px auto;
        overflow: hidden;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        height: auto;
    }

    .before-after-blk .slider {
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        margin-left: -1px;
        background: rgba(0, 0, 0, .5);
        cursor: ew-resize;
        z-index:5;
    }

        .before-after-blk .slider:after {
            position: absolute;
            top: 50%;
            width: 50px;
            height: 50px;
            margin: -25px 0 0 -25px;
            content: '';            
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-radius: 100px;
        }

    .before-after-blk .before-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        overflow: hidden;
        z-index:2;
    }

    

    .before-after-blk .ease {
        transition: width ease .5s, left ease .5s;
        -moz-transition: width ease .5s, left ease .5s;
        -webkit-transition: width ease .5s, left ease .5s;
    }

    .before-after-blk .b-and-f-title {
        position: absolute;
         bottom: 15px; 
        display: flex;
        width: 100%;
        justify-content: space-between;
       
    }

    