body {
  background-image: url(https://s3.grocerywebsite.com/production/manual_loaded_images/ALL/site-wood-bg-1-repeating.jpg) !important;
  background-repeat: repeat;
  background-size: auto;
}

img.custom-logo {
  max-width: 350px;
  padding-top: 25px;
}

/* Custom Logo at XS size */
@media (max-width: 767px) {
  img.custom-logo {
    max-width: 300px;
    padding-top: 12px;
  }
}
