.player-content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 4rem;
}
@media (max-width: 1396.98px) {
  .player-content {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.player-content .field--name-title {
  font-size: 3.125rem;
  line-height: 3.625rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1396.98px) {
  .player-content .field--name-title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.player-content .players-content-section:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1396.98px) {
  .player-content .players-content-section:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.player-content .field__label {
  font-family: "DIN Next LT Pro Bold", sans-serif;
  font-weight: normal;
}
.player-content a.social-media-channel-link {
  display: inline-block;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  margin: 0.375rem 1rem 0.375rem 0;
}
@media (max-width: 1396.98px) {
  .player-content a.social-media-channel-link {
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }
}
.player-content a.social-media-channel-link.scm_instagram {
  background-image: url("../../img/instagram_b.png");
}
.player-content a.social-media-channel-link.scm_x_twitter {
  background-image: url("../../img/twitter_b.png");
}
.player-content a.social-media-channel-link.scm_facebook {
  background-image: url("../../img/facebook_b.png");
}
.player-content a.social-media-channel-link.scm_youtube {
  background-image: url("../../img/youtube_b.png");
}