cara membuat komponen gambar nextjs responsif

<div className={'image-container'}>
  <Image src={path} layout="fill" className={'image'} />
</div>
REX OMIV