For flex content
<div style={{ display: "flex" }}>
<div style={{ width: "100%", height: "auto", position: "relative" }}>
<Image
alt="alt"
src="url"
layout="fill"
objectFit="cover"
/>
</div>
<div>
The content
</div>
</div>