Parent position: relative
<body>
Featured product
.parent · relative
<Image fill>
Fills the parent
Parent position: static
<body> ← anchor
Featured product
.parent · static
<Image fill>
Escaped to <body>
position: absolute anchors to the nearest positioned ancestor — give the parent position: relative, or the image climbs up to <body> and breaks the layout.