.image {
	border-radius : 40px 0 40px 0;
}
	.image > * {
		overflow: hidden;
	}

@media (max-width : 640px) {
	.image {
		border-radius : 28px 0 28px 0;
	}
}
