@charset "utf-8";

.watermark {
    /** the player has a built in watermark, but it only does images easily. */
    color: white;
    opacity: 0.3;
    display: none;
    z-index: 3;
    position: absolute;
    font: 200% Arial;
}

cast-media-player {
    /* reference: https://developers.google.com/cast/docs/web_receiver/customize_ui?hl=en */

    --theme-hue: 350;
    --splash-background: linear-gradient(white, silver);
    --splash-color: green;
    /*
    --splash-image: url('splash-image');
    --background-image: url('background-image');
    --logo-image: url('logo-image');
    --watermark-image: url('watermark-image');
    --font-family: 'Open Sans';
    --progress-color: hsl(hue, 95%, 60%)
    --spinner-image: url('spinner-image');
    --buffering-image: url('buffering-image');
    --pause-image: url('pause-image');
    --play-image: url('play-image');
    */

}
