 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(41,58,46,0.6), rgba(41,58,46,0.6)), url("images/podklad_blur_fhd.jpeg?rand=cd64");
  background-position: 50% 50%;
  min-height: 100vh;
}

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

.u-section-1 .u-image-2 {
  width: 438px;
  height: 330px;
  margin: -628px auto 0;
}

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 1.25rem;
  margin: 387px auto 60px;
}

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

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

  .u-section-1 .u-image-2 {
    margin-top: -609px;
  }
}

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

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

  .u-section-1 .u-image-2 {
    width: 340px;
    height: 256px;
    margin-top: -440px;
  }

  .u-section-1 .u-text-1 {
    font-size: 0.6875rem;
    width: auto;
    margin-top: 260px;
    margin-left: 13px;
    margin-right: 13px;
  }
}