 .u-section-1 {
  background-image: url("images/pexels-8moments-13235501.png");
}

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

.u-section-1 .u-image-1 {
  width: 570px;
  height: 857px;
  margin: 22px auto 0;
}

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

  .u-section-1 .u-sheet-1 {
    min-height: 100vh;
  }

  .u-section-1 .u-image-1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    width: 540px;
    height: 812px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    width: 340px;
    height: 511px;
  }
}