Z-Index - What appears on top

This is a valuable concept in CSS. The item which has the highest z-index appears on top in the stack order.

.TOPlayer { z-index: 1000; }

See:

https://www.w3schools.com/cssref/pr_pos_z-index.asp