div#picture {
	border: 0.3em solid white; 
	float:none; 
	width:12em;
	height:15em;
	background-image: url('../photo.jpg'); 
	background-size: cover;
}

div.plus {
	float: right;
	background-image: url('../plus.svg'); 
	background-size: cover;
	margin-right: 2px;
	margin-bottom: 2px;
}

div.full_width {
	width: 100%;
	margin-bottom: 1em;
}