.masthead.image.full {
  background-position: right 20%;
}

h1 {
  max-width: 50%;
}

@media only screen and (max-width: 512px) {
  .masthead.image.full {
    background-position: right top;
  }
  h1 {
    max-width: 90%;
  }
}
