body {
  --playback-logo-image: url('images/logo.png');
}

cast-media-player {
  --theme-hue: 100;
  --progress-color: rgb(140, 179, 77);
  
  /* visible during launch and playback */
  --background-color: rgb(46, 46, 46);
  
  /* shows when receiver is launching */
  --logo-image: url('images/splash-logo-spinner.gif');
  --logo-size: 35%;

  /* Splash shows when receiver is idle */
  --splash-image: url('images/splash-logo.jpg');
  --splash-size: 35%;

  /* Shows right of content metadata */
  --watermark-image: url('images/logo.png');
  --watermark-size: 57px 57px;
}