.symmetry-section { 
	margin: 0 0 20px 0; 
	padding: 10px;  
}
.rosette-list { 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	gap: 15px; 
}
.rosette-frame {
	display: flex;
	flex-direction: column; 
	background: #EEE; 
	padding: 10px; 
	border-radius: 5px; 
	width: 200px; 
	text-align: left; 
}
img { 
	max-width: 100%;  
	cursor: pointer;
}