cast-media-player {
  --background-image: linear-gradient(rgba(13, 18, 36), rgba(19, 29, 48), rgba(35, 51, 73));
  --background-size: cover;
  --splash-color: rgba(35, 51, 73);
  --logo-image: url(7c39a9c5c4358933e45f546ba9fb1d20.svg);
  --progress-color: #FF6D2E;
}

img {
  position: absolute;
  width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

