#station-logo-link {
  /**
   * Station Logo
   * Image must be 50px in height, and between 50px and 220px in width
   */
  background: url(../img/station-logo.png) 0 0 no-repeat;
  -moz-background-size: auto 50px;
       background-size: auto 50px; }
  @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: #000000; }

.plugin-iframe {
    height: 517px;
    width: 360px;
    border: none;
}

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