 .u-section-1 {
  background-repeat: no-repeat;
  background-image: url("images/logo.jpg");
}

.u-section-1 .u-sheet-1 {
  min-height: 985px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-position: 50% 50%;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 400px;
  }
}