#header .banner a {
  position: relative;
  left: 250px;
  display: block;
  max-width: 60%;
  max-height: 65px; }
@media (max-width: 1024px) {
  #header .banner a {
    left:160px;}
}
#header .banner a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 65px;
  max-width: 100%; }

/*# sourceMappingURL=blockbanner.css.map */
header .banner {
    max-height: 100%;
    background: #fff none repeat scroll 0% 0%;
}