.circular-profile {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(/public/img/ProfilePicSmall.jpg) no-repeat;
}

