#profWrapper {
  width: 100%;
  padding: 0;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #profWrapper h1 {
    font-size: 20px; }
  #profWrapper .photo {
    width: 225px;
    height: 200px;
    text-align: center; }
  @media screen and (min-width: 768px) {
    #profWrapper {
      width: 700px;
      flex-direction: row; }
      #profWrapper .photo {
        padding-right: 25px; } }
