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

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

.u-section-1 .u-text-1 {
  letter-spacing: 9px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  width: 339px;
  margin: 40px auto 0;
}

.u-section-1 .u-gallery-1 {
  height: 429px;
  grid-gap: 25px 25px;
  grid-template-columns: auto auto auto;
  width: 962px;
  margin: 30px auto 60px;
}

.u-section-1 .u-gallery-inner-1 {
  grid-template-columns: auto auto auto;
  grid-gap: 25px 25px;
}

.u-section-1 .u-gallery-item-1 {
  text-shadow: 0 10px 0 rgba(0,0,0,0);
}

.u-section-1 .u-back-slide-1 {
  background-position: 50% 50%;
}

.u-section-1 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));
  padding: 36px;
}

.u-section-1 .u-gallery-item-2 {
  text-shadow: 0 10px 0 rgba(0,0,0,0);
}

.u-section-1 .u-back-slide-2 {
  background-position: 50% 50%;
}

.u-section-1 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));
  padding: 36px;
}

.u-section-1 .u-gallery-item-3 {
  text-shadow: 0 10px 0 rgba(0,0,0,0);
}

.u-section-1 .u-back-slide-3 {
  background-position: 50% 50%;
}

.u-section-1 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));
  padding: 36px;
}

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

  .u-section-1 .u-text-1 {
    width: auto;
  }

  .u-section-1 .u-gallery-1 {
    height: 398px;
    width: 940px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-gallery-1 {
    height: 839px;
    grid-template-columns: auto auto;
    width: 637px;
  }

  .u-section-1 .u-gallery-inner-1 {
    grid-template-columns: auto auto;
  }
}

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

  .u-section-1 .u-gallery-1 {
    height: 1405px;
    grid-template-columns: auto;
    width: 344px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .u-section-1 .u-gallery-inner-1 {
    grid-template-columns: auto;
  }
}

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

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

  .u-section-1 .u-gallery-1 {
    height: 1216px;
    width: 290px;
  }
}