#station-logo-link {
  /**
   * Station Logo
   * Image must be 50px in height, and between 50px and 220px in width
   */
  background: url(../img/logo-example.png) 0 0 no-repeat; }
  @media (max-width: 362px) {
    #station-logo-link {
      -moz-background-size: auto 40px;
           background-size: auto 40px; } }

.radioplayer-localwrapper,
body.showing-overlay .radioplayer-head {
  /**
   * Background Image or Colour
   * Images should be 380px width by 620px height
   */
  background: #0093d1; }

/*# sourceMappingURL=theme.css.map */