.photoint{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid #625799;
    margin: 5%;
    width:50%;
    height:50%;
  }
.photoint:hover{
    cursor: pointer;
}
.photointdiv{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  
  border: solid #625799;
}
.photointdiv:hover{
  cursor: pointer;
}
.photointdiv{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.intdiv{
    text-align: center;
}
.intdiv img{
    display: block;
    margin: 0 auto;
}

.tphoto{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-spacing: 10px;
  }
  .tdphoto{
    border-radius: 20px;
    max-width:50%;
    width:50%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    vertical-align: top;
    margin:2%;
    border: 1.8px dotted #625799;
    transition: all 0.4s ease 0s;
  }
  .tdphoto:hover{
    background-color: #BDB9D5;
  }

  @media (max-width: 980px) {
    
    .trphoto{
      display: flex;
      flex-direction: column;
      align-items: center;
      
    }
    .tdphoto{
      flex-direction: column;
      align-items: center;
      max-width: 100%;
      width: 90%;
      border: dotted;
      
    }
    .photoint{
      display: block;
      margin-left: auto;
      margin-right: auto;
      border: solid #625799;
      margin: none;
      
    }
    .photointdiv{
      width: 80%;
    }
  }