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

.u-section-1 .u-gallery-1 {
  height: 854px;
  grid-gap: 17px 17px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

  .u-section-1 .u-gallery-1 {
    height: 713px;
  }

  .u-section-1 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

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

  .u-section-1 .u-gallery-1 {
    height: 932px;
  }
}

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

  .u-section-1 .u-gallery-1 {
    height: 445px;
  }
}

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

  .u-section-1 .u-gallery-1 {
    height: 615px;
  }
}