#header-banner {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 99 !important;
  position: relative;
}

#notice-banner-div {
  background-color: black;
  height: 22px;
  margin: 0px;
  padding-top: 0px;
  text-align: center;
}

#notice-banner-div span {
  color: white;
  font-size: 14px;
  line-height: 1em;
}

@media screen and (max-width: 500px) {
  #notice-banner-div span {
    font-size: 12px;
  }
}
