Are you trying to place the div behind the Rakka pic, or was it supposed to appear after the image (below the Rakka pic)? If the former, you can use z-index. If it's the latter, it has to do with the fact you're using "position: absolute" on the div but give no indication for the Rakka pic.
Are you trying to place the div behind the Rakka pic, or was it supposed to appear after the image (below the Rakka pic)? If the former, you can use z-index. If it's the latter, it has to do with the fact you're using "position: absolute" on the div but give no indication for the Rakka pic.