<div style="width: 500px; height: 500px; background-color: red; position: absolute;"></div>
<div style="width: 800px; height: 800px; background-color: black;"></div>
<div style="width: 500px; height: 500px; background-color: red; position: absolute;"></div>
<div style="width: 800px; height: 800px; background-color: black; position: relative"></div>
<div style='position:relative;'>
<div style="position:absolute; width: 800px; height: 800px; background-color: black;"></div>
<div style="width: 500px; height: 500px; background-color: red; position: absolute; z-index: 2;">
</div>
</div>