.mela-shape-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0;
}

.mela-shape-wrapper .mela-shape-item {
	display: block;
	max-width: 100%;
	height: auto;
}
