.image__module {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0;
}

.image__module img {
	display: inline;
	height: auto;
	max-width: 100%;
}

.image__module .image__header {
	font-weight: bold;
	margin-bottom: 1em;
}

.image__module .image__button {
	width: auto;
	max-width: -moz-fit-content;
	max-width: fit-content;
	padding: 12px 24px;
	margin: 0 auto 1em;
	border-radius: 4px;
	line-height: inherit;
	cursor: pointer;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
}

.image__module .image_caption {
	font-weight: bold;
	margin-bottom: 1em;
}