#home {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  border-bottom: solid 1px rgba(0, 0, 0, 0.09);
  flex-direction: column;
}
#home h1 span {
  font-size: 0.6em;
  line-height: 1.7;
  display: block;
  color: #88BDBC;
}
#home .home_picture {
  height: 100%;
  width: 100%;
  margin-left: 0;
}
#home .home_picture > img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #home .home_picture > img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #home .home_picture {
    width: auto;
    max-height: 1400px;
  }
}
@media only screen and (min-width: 1200px) {
  #home .home_picture {
    margin-left: 2vw;
  }
}
@media only screen and (min-width: 769px) {
  #home {
    min-height: auto;
    height: 100vh;
    flex-direction: row;
  }
}

.home_content {
  width: 100%;
  padding: 2.7vw 2.7vw 0vw 2.7vw;
}
.home_content > p {
  width: 100%;
}

/*# sourceMappingURL=home.css.map */
