.custom-player {
  background-color: #0a2b26;
  color: white;
  grid-template-areas: "video" "title" "description";
}

.custom-player-logo {
  display: none;
}

.custom-player-title {
  font-size: large;
  padding: 5px;
  width: 90%;
  font-size: 24px;
  line-height: 1.42;
  justify-self: center;
  font-family: "SchnyderM-Bold", serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #333333;
  color: #fff;
  margin-top: 0;
  padding: 1.25rem;
  margin-bottom: 0;
}

.custom-player-description {
  width: 90%;
  justify-self: center;
  font-size: .875em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  font-family: "LyonText-Regular", serif;
}

.docked {
  z-index: 9999;
}
