/*
 * B A N N E R   C S S   S T U F F
 *
 * WARNING: Don't mess with this stuff, it could have 
 *          unexpected consequences; especially, in chrome.
 */

.chime-frb-banner * {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   color: white;
   overflow: hidden;
}
.chime-frb-banner-title * {
   position: relative;
   left: 5px;
}
.chime-frb-banner-sub-title {
   left: 10px;
}
.chime-frb-banner-copyright {
   float: right;
   width: 10%;
}
.chime-frb-banner-copyright a {
   text-decoration: none;
}
.chime-frb-banner-copyright a:hover {
   color: grey;
   text-decoration: none;
}
.chime-frb-banner-main-title a  {
   color: fuchsia;
   text-decoration: none;
}
.chime-frb-banner-main-title a:hover {
   color: hotpink;
   text-decoration: none;
}
.chime-frb-banner-media {
   position: absolute;
   left: 0;
   top: 0;
   z-index: -1;
   width: 100%;
   height: 25%%;
   overflow: hidden;
}
.chime-frb-banner-media video { 
   position: absolute;
   left: -3px;
   width: 102%;
}
.chime-frb-banner-media img { 
   position: relative;
   left: -3px;
   width: 102%;
   z-index: -2;
}
