.themaImg {
  position: relative;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.themaImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 800px;
}
.themaImg + * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .themaImg + * {
    margin-top: -90px;
  }
}
@media screen and (max-width: 768px) {
  .themaImg + * {
    margin-top: -10vw;
  }
}

.flowlineImg {
  position: relative;
}
.flowlineImg::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .flowlineImg {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}
.flowlineImg img {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=housing_howto_lifestyle.css.map */