 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 1), rgba(0, 0, 0, 1)), url("images/default-image.jpg");
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

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

.u-section-1 .u-image-1 {
  width: 1044px;
  height: 693px;
  margin: 53px auto 60px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    background-size: cover;
  }

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

  .u-section-1 .u-image-1 {
    width: 940px;
    height: 624px;
    margin-top: -41px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1334px;
  }

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 478px;
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1215px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 359px;
    margin-top: -86px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1082px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 226px;
    margin-top: -9px;
  }
}