.gutenberg.picture-side {
	width: 100%;
	--_offset: calc((100vw - 100%) / 2);
	margin-top: 100px;
	position: relative;
}

.gutenberg.picture-side .inner > .picture {
	width: 100%;
	aspect-ratio: 1240/600;
	object-fit: cover;
}

.gutenberg.picture-side .side-picture {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: var(--_offset);
}

.gutenberg.picture-side .side-picture .picture {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
