.image-area img {
    width: 100%;
    height: 140px;
    border-radius: 3px;
    background-position: center;
    background-size: cover;  
}

.image-area .thumb {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -35px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    border: 3px solid black;
    background-position: center;
    background-size: cover;    
}
.image-area .thumb {
    background-position: center;
    background-size: cover;
}
.image-area {
    position: relative;
    margin-bottom: 50px;
}
.profile-details {
    margin: 0;
    text-align: center;
}
.profile-details span {
    display: block;
    font-size: 12px;
}

.social-link a {
    margin: 0 5px;
	transition: 0.4s;
}
.social-link a:hover {
	text-decoration: underline;