.image-panel {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	max-height: 500px;
	margin-bottom: 20px;;
}

.image-panel img {
	max-height: 500px;
}