When block items are absolutely
positioned they are taken out of the normal flow leaving no space behind.
Positioned items act as layers, based on the order of sequence in the code.
Elements later in the html code are closer to the viewer.
Control the order with css using the z-index.