.profile-card{
	flex-wrap:wrap;
}
.profile-card .image{
	width:calc(50% - 40px);
	margin: 0 20px;
}
.profile-card .image img{
	width:100%;
}
.profile-card .about-mobile{
	width:calc(50% - 40px);
	margin:20px;
}
.profile-card .about-mobile .job-title{
	color:#fff;
}
.profile-card .about{
	width: 100%;
	margin: 20px 20px 0 20px;
}
.profile-card .about > h3.name{
	display:none;
}
.profile-card .about hr{
	width:100%;
	margin:10px 0;
}
.profile-card .details-wrapper{
	width: 100%;
	margin: 0 20px 0 20px;
}
.profile-card .about .buttons{
	flex-wrap:wrap;
}
.profile-card .about .buttons .button-spacer{
	display:none;
}
.profile-card .about .buttons .button{
	width:100%;
	margin:0 0 21px 0;
}
.profile-card.profile-card-no-photo .image{
	display:none;
}
.profile-card.profile-card-no-photo .about-mobile{
	width:100%;
}
/*@todo fulvio no photo*/