.player-card {
  overflow: hidden;
  max-width: 240px;
  min-height: 325px;
  max-height: 325px;
  background-color: #2c2c2c
}
.player-card .player-card--number {
  bottom: 86px;
  padding-left: 0.75rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.player-card .player-card--number sup {
  font-size: 50%;
}
.player-card .player-card--name::before {
  /*background-color: #7bafd4;*/
  background-color: #2c2c2c;
  bottom: -20px;
  content: '';
  height: 120px;
  position: absolute;
  transform: skewy(10deg);
  width: 102%;
  z-index: 0;
}
.player-card .player-card--name {
  bottom: 0;
  width: 100%;
}
.player-card .player-card--name span {
  bottom: 35px;
  line-height: 1;
  padding-left: 0.75rem;
  position: relative;
  z-index: 10;
}

.player-card .player-card--name .sub-text {
  margin-top: 0.25rem;
}