@media (min-width:576px) {
  .header_wrapper {
    background-image: url('../img/girl-in-peach-top.jpg');
    background-position: right top;
    background-size: 320px auto;
  }
}

@media (min-width:768px) {
  .header_wrapper {
    background-image: url('../img/girl-in-peach-top.jpg');
    background-position: right bottom;
    background-size: cover;
    background-size: 420px auto;
  }
}

@media (min-width:992px) {
  .header_wrapper {
    background-image: url('../img/girl-in-peach-top.jpg');
    background-position: 100% 0;
    max-width: 1200px;
    background-size: 620px auto;
    padding-bottom: 80px;
  }
}

@media (min-width:1200px) {
  .header_wrapper {
    margin: auto;
    background-image: url('../img/girl-in-peach-top.jpg');
    background-size: auto;
    background-position: 95% 0;
    max-width: 1250px;
  }
}

.header_wrapper h1 {
  font-size: 3em;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #5E234F;
  text-align: left;
}