@media screen and (orientation: landscape) {
  header {
    background: url(../images/home-science-woman.jpg) no-repeat fixed;
    background-position: 0px 60px;
    background-size: 100%;
    height: calc(95vh - 60px);
  }
}

