
.vcardImage {
	width: 112px;
	height: 112px;
	display: block;
	background-color: #F2F2F2;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}


.vcardImageRound {
	width: 100%;
	height: 100px;
	display: block;
	background-color: #F2F2F2;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}
