.size_small {
	width: 70px;
    height: 70px;
}

.size_medium {
	width: 90px;
    height: 90px;
}

.size_big {
	width: 130px;
    height: 130px;
}

.ProfilePhoto {
	display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
}