figure.wp-block-image.is-style-fullwidth {
	inline-size: 100%;
	max-inline-size: var(--width-vp-max);
	margin-inline: auto;
	height: 540px;
	overflow: hidden;
	margin-block: var(--section-space-m);
}
figure.wp-block-image.is-style-fullwidth img {
	width: 100%;
	height: 540px;
	object-fit: cover;
}

@media screen and (max-width: 1025px) {
	figure.wp-block-image.is-style-fullwidth {
		inline-size: 100%;
		max-inline-size: var(--width-vp-max);
		margin-inline: auto;
		height: 370px;
		overflow: hidden;
		margin-block: var(--section-space-m);
		padding: 0 2.5rem;
	}
	figure.wp-block-image.is-style-fullwidth img {
		width: 100%;
		max-height: 440px;
		object-fit: cover;
	}
}

.entry-content > figure,
.entry-content > .background > figure {
	margin-top: var(--section-space-m);
	margin-bottom: var(--section-space-m);
}
