.flex > [class*='flex__'] > .c-resource {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.flex > [class*='flex__'] > .c-resource > .c-resource__image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.flex > [class*='flex__'] > .c-resource > .c-resource__image-wrapper picture {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.flex > [class*='flex__'] > .c-resource > .c-resource__image-wrapper .c-resource__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flex > [class*='flex__'] > .c-resource--asset-group > .c-resource__image-wrapper .c-resource__image,
.flex > [class*='flex__'] > .c-resource--asset > .c-resource__image-wrapper .c-resource__image {
	max-width: 60%;
	max-height: 60%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.flex > [class*='flex__'] > .c-resource > .c-resource__headline {
	margin-top: auto;
}

.c-header--asset .c-header__graphics {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f4;
	min-height: 320px;
}

.c-header--asset .c-header__image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.c-header--asset .c-header__image-wrapper picture {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-header--asset .c-header__image {
	max-width: 60%;
	max-height: 60%;
	width: auto;
	height: auto;
	object-fit: contain;
}
