 .u-section-1 {
  background-image: url("images/stevenshadow.jpg");
  background-position: 50% 37.77%;
  background-size: cover;
}

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

.u-section-1 .u-text-1 {
  font-weight: 700;
  text-shadow: -2px 0px 8px rgba(212,22,187,1);
  font-size: 2.25rem;
  text-transform: uppercase;
  width: 879px;
  margin: 147px auto 60px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    background-position: 100% 37.77%;
  }

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

  .u-section-1 .u-text-1 {
    font-size: 2rem;
    width: auto;
    margin: 66px 0 53px;
  }
}

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

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