@media screen and (min-width: 550px) {
  
  /*******************************************
  TWO COLUMN LAYOUT
  ********************************************/
  
  #primary {
    width: 50%;
    float: left;
  }
  
  #secondary {
    width: 40%;
    float: right;
    
  }
  
 /*******************************************
  COLLECTIONS
 ********************************************/
  
  #collections li {
    float: left;
    width: 45%;
    margin: 2.5%;
  }
  
  #collections li a p {
    font-size: 90%;
  }
  
  #collections li a:hover p {
    font-size: 95%;
  }
  
}

@media screen and (min-width: 700px) {

 /*******************************************
  COLLECTIONS
 ********************************************/
  
  #collections li {
    float: left;
    width: 28.3333%;
    margin: 2.5%;
  }
  
  #collections li a p {
    font-size: 75%;
  }
  
  #collections li a:hover p {
    font-size: 80%;
  }
}

@media screen and (min-width: 750px) {

 /*******************************************
  PAGE: ABOUT
 ********************************************/
  
  .profile-photo {
    float: left;
    margin: 0 5% 1150px 0;
  }
  
    #collections li a p {
    font-size: 80%;
  }
  
  #collections li a:hover p {
    font-size: 85%;
  }
  
}

@media screen and (min-width: 1000px) {

 /*******************************************
  PAGE: ABOUT
 ********************************************/
  
  .profile-photo {
    float: left;
    margin: 0 5% 800px 0;
  }
  
    #collections li a p {
    font-size: 100%;
  }
  
  #collections li a:hover p {
    font-size: 105%;
  }
  
}