@media (max-width: 768px) {
  .hero-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hero-mobile {
    display: none !important;
  }
}



header#header .row-fluid .span12, .header_wrapper
 {
    position: relative!IMPORTANT;
}