 body {
   height: 100%
 }

 .u-section-1 {
   background-image: url("./images/pexelsphoto3805983.jpeg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 100%;
 }

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

 .u-section-1 .u-text-1 {
   text-transform: uppercase;
   letter-spacing: 9px;
   width: 456px;
   margin: 493px auto 46px;
 }

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

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

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

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

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

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

   .u-section-1 .u-text-1 {
     width: 340px;
   }
 }