 .u-section-1 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('images/oleron-crop.jpg');
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-image-1 {
  width: 558px;
  height: 330px;
  margin: 212px auto 60px;
}

@media (max-width: 1399px) {
  .u-section-1 .u-image-1 {
    width: 510px;
    height: 302px;
    margin-top: 226px;
  }
}

@media (max-width: 1199px) {
  .u-section-1 .u-image-1 {
    margin-top: 131px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    height: 276px;
    width: 465px;
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    height: 314px;
    width: 291px;
  }
}