 .u-section-1 {
  background-image: linear-gradient(0deg, rgba(20, 22, 38, 0.2), rgba(20, 22, 38, 0.2)), url('images/pulzar-bkg-empty.JPG');
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  width: 720px;
  margin: 200px auto -787px;
}

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

  .u-section-1 .u-text-1 {
    margin-bottom: -780px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-bottom: -787px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    margin-bottom: 0;
  }
}