
/* About-page photo correction only.
   Displays the clean portrait without the promotional words embedded in the original artwork. */
.about-photo{
  background-image:url('assets/traci-about-clean.jpg');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

@media(max-width:900px){
  .about-photo{
    background-position:center 18%;
  }
}
