/**
 * This CSS applies to the entire CITHKALAT website to match all pages
 * to this particular theme.
 */

div#play-panel {
    background-image: url("bg.png");
    background-color: #FFF6D9;
    background-position: 825px 100%;
    background-repeat: repeat-x;
    background-size: auto 98%;
}

/* This overrides the homepage.css background reset for small screen sizes. */
.small-site div#play-panel, .fallback div#play-panel {
  background-image: url("bg.png");
}
