.profile-pic-div{
    height: 300px;
    width: 300px;
    position: absolute;
    overflow: hidden;
   /* border: 1px solid grey;
*//*    transform: translateX(-50%,-50%);*/
/*    border-radius: 50%;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
/*    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;*/
/*    border-radius: 50%; */

}


.profile-pic-div2{
    margin-left: 75px;
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid grey;
    transform: translateX(-50%,-50%);
    border-radius: 50%;
}




.profile-pic-div img{
    height: 350px;
    width: 350px;
    position: absolute;
/*    border-radius: 50%;*/
    overflow: hidden;
    border: 4px solid #fff;
/*    transform: translateX(-50%,-50%);*/
/*    border-radius: 50%;*/
    /*display: none;*/
}


#file{
    display: none;

}

#uploadBtn{
    height: 40px;
    width: 96%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgb(0, 0, 0,alpha0.7);
    color: wheat;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 15px;
    cursor: pointer;
/*  display: none;*/
}






/*.deals-pic-circle{
    height: 200px;
    width: 200px;
    position: absolute;
    overflow: hidden;
    border: 1px solid grey;
    transform: translateX(-50%,-50%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; 

}



.deals-pic-circle img{
    height: 200px;
    width: 200px;
    margin: 0px -20px;
    border-radius: 50%;
    overflow: hidden;
    transform: translateX(-50%,-50%);
    position: absolute;
}*/


.deals-pic-circle2 img{
    margin-left: -15px;
    height: 100%;
    width: 120%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid grey;
    transform: translateX(-50%,-50%);
}