Consider the following code:
Try to use below code changes to place two divs in front of each other
#wrapper { width: 500px; border: 1px solid black; display:flex; }
JSFiddle link