<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * PLAYER
 *
 * The general selectors setup.
 * - player
 */

html
{
    background              : #000000;
    -webkit-background-size : cover;
    -moz-background-size    : cover;
    -o-background-size      : cover;
    background-size         : cover;
    height                  : 100%;
}

body
{
    background  : url("../img/player_background.jpg") no-repeat center center;
    height      : 100%;
}

div.player
{
    padding-top: 25%;
    text-align: center;
    display: block;
}
</pre></body></html>