body {
  background-size: cover !important;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  width:100%;
  height:100%;
}

* {
    color: #fff;
    text-shadow: 0px 0px 80px #000;
    font-family: sans-serif;
}

.u-section-1 {
    position:absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.u-section-1 .u-text-1 {
  font-weight: 900;
  font-size: 15.625rem;
  line-height: 0.8;
  text-align:center;  
  z-index: -1000;
  position: relative;
  margin:0px;
}

.u-section-1 {
  height: 10px;
  margin: -97px auto 0 0;
  background-color: transparent;
  z-index:1000;
  position: relative;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  font-size: 1rem;
  text-align:center;
  max-width: 400px;
  margin-left:50%;
  margin-top: 70px;
    transform: translateX(-50%) translateY(-50%);
}

.u-section-1 .u-btn-1 {
  background-image: none;
  border-style: none none solid;
  font-weight: 700;
  margin: 30px auto 0 0;
  padding: 0;
}

@media (max-width: 1199px) {

  .u-section-1 .u-text-1 {
    font-size: 12.5rem;
  }
}

@media (max-width: 991px) {

  .u-section-1 .u-text-1 {
    font-size: 11.25rem;
  }
}

@media (max-width: 767px) {

  .u-section-1 .u-text-1 {
    font-size: 8.125rem;
  }
}

@media (max-width: 575px) {

  .u-section-1 .u-text-1 {
    font-size: 4.5rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.875rem;
  }
}