.PlayerProfiles {
  position: relative;
}

.PlayerProfiles::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--colorBrand);
  opacity: 0.1;
  z-index: var(--layerNegativeZIndex);
}

/*# sourceMappingURL=players-profiles.min.css.map */
