on this page
Next Image Responsiveness
<div className="flex flex-col items-center justify-center min-h-screen"> <div className="relative w-2/4 h-2/4"> <img src="image/url" alt="image" width={700} height={435} sizes="100vw" style={{ width: "100%", height: "auto", }} /> </div> </div>