#wrap {background-size: cover;}

 @media only screen and (min-width: 781px) {
  #wrap { background-size: 100%;}} 

@media (max-width:766px){
#wrap {
background-image:none!important;
  background-color:white;}
 #logo {
    display: block;
  }
}

@media (min-width: 992px) {
  #header {
    height: 188px;
  }
}
@media (min-width: 992px) {
  #header .hlogo {
    height: 150px;
  }
}
#wrap {background-color: white!important; }

