.block-cover {
  display: block;
  position: relative;
  padding: 6rem 5rem;
}
.block-cover > .texts {
  display: block;
  position: relative;
  max-width: 64rem;
  width: auto;
  margin: 0rem auto;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  word-break: keep-all;
}
@media (min-width:960px) {
  .block-cover > .texts {
    padding: 6rem;
  }
}
.block-cover > .texts .title {
  margin-bottom: 4rem;
  font-size: 4rem;
  line-height: 2em;
  font-weight: 400;
}
.block-cover > .texts .text {
  font-size: 1.8rem;
  line-height: 2em;
}
.block-cover > .background {
  display: block;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  z-index: -1;
}
.block-cover > .background picture, .block-cover > .background img {
  width: 100%;
  max-height: 100vh;
  height: 150%;
  object-fit: cover;
  object-position: center;
}
/*# sourceMappingURL=./style.css.map */