.wp-block-image.is-style-16-7 {
	position: relative;
	width: 100%;
	padding-top: calc(100% / (16 / 7)); /* Das Seitenverhältnis von 16:7 */
}

.wp-block-image.is-style-16-7 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
