/* assets/z-titlebar.css */
.titlebar {
  height: 90px; /* adjust to your layout */
  background-image: url("/assets/genomexplorer_titlebar_3.gif");
  background-size: cover; /* or: 1600px 200px; */
  background-position: center;
  background-repeat: repeat-x; /* tile horizontally across wide screens */
}
