 .u-section-1 {
  filter: none;
  min-height: 2560px;
}

.u-section-1 .u-image-1 {
  filter: none;
  width: 1690px;
  height: 2423px;
  margin: 50px auto 60px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 1856px;
  }

  .u-section-1 .u-image-1 {
    width: 1199px;
    height: 1719px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 1032px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 774px;
  }
}

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 487px;
  }
}