.Ronit
{
    height:430px;
    background-image:url('../img/ronit.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.face
{
    width:130px;
    height:130px;
    border-radius:100px;
    overflow:hidden;
    float:left;
    border-width:3px;
    border-style:solid;
    margin-bottom:20px;
    margin-right:20px;
}

.face img
{
    width:100%;
}