.photography {
  padding-top: 17em;
  padding-bottom: 8em;
  background-image: url("../images/photography/IMG_27.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  height: calc(100vh - 7em);
}

h1 {
  color: aliceblue;
  text-align: top;
  margin-top: 0;
  margin-left: 2em;
  font-size: 2.7rem;
}
@media only screen and (max-width: 992px){
  
.h1 {
    justify-content: center;  
}
}