Absolute positioning on play buttons

The one with 3 rulesets requires the addition of z-index: auto;.

Whereas the one with 4 rulesets doesn’t

.pausee {
  left: 0;
  z-index: auto;
}