.wrap {
   max-width: unset;
}

.headerbar {
   background-image: url(./images/zimbra/ZimbraForumBanner_background_3000px_225px.png);
   background-size: cover;
   height:130px;
   padding-left:0;
}

#logo {
   height:100px;
   width: 300px;
}

.site_logo{
display:none;
}

#page-header .headerbar .inner {
   height:127px;
   background-image: url(./images/zimbra/laptopwithrocket.png);
   background-size: contain;
   background-repeat: no-repeat;
}

@media all and (max-width: 850px) {
/* CSS rules here for screens lower than 850px */
   #logo{
      display:none;
   }
   
   #page-header .headerbar .inner {
      background-image: unset;
   }

   #site-description, .site-description {
   width:100% !important;
   text-align:center;

   }
   
   .site-description p {
      display: unset;
      margin:0;
   }

   .site-description h1 {
      margin:0;
   }

}
