.image-list-small {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  text-align: center;
  max-width: 1366px;
  padding: 0;
  padding-top: 80px;
  position: relative;
}

.card {
  display: inline-block;
  height: 405px;
  width: 290px;
  margin: 0 18px 30px;
  background: rgb(233, 255, 39);
  border: 1px solid #333;
  border-radius: 6px;
  z-index: 2;
  margin-bottom: 40px;
}

.card-wrap { 
  display: contents;
}

.card-no-display {
  display: none;
}

.back {
  display: none;
  position: relative;
  text-align: left;
  height: 330px;
  color: rgb(233, 255, 39);
  margin-top: 45px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Px Grotesk Bold';
}

.back-table-display {
  display: table;
}

.gray-background {
  background: #B2B2B2;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover {
    background: #B2B2B2;
  }

  .card:hover .card-wrap {
    display: none;
  }

  .card:hover .back {
    display: table;
    position: relative;
    text-align: left;
    height: 330px;
    color: rgb(233, 255, 39);
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Px Grotesk Bold';
  }
}

.touch-back {
  display: table;
  position: relative;
  text-align: left;
  height: 320px;
  color: rgb(233, 255, 39);
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Px Grotesk Bold';
}

.more-info a {
  text-transform: uppercase;
  font-size: 8.5pt;
  font-family: 'Px Grotesk Bold';
  border: 1px solid #E9FF27;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 4px;
  margin-top: 10px;
  text-decoration: none;
  color: #E9FF27;
}

.more-info a:hover {
  cursor: pointer;
  background: #E9FF27;
  color: #B2B2B2;
}

.source {
  position: absolute;
  bottom: 0;
  font-family: 'Px Grotesk Italic';
  font-style: italic;
  font-size: 11.75pt;
}

.card-spacer{
  display: none;
}

.plant-name {
  position: absolute;
  font-family: 'Px Grotesk Bold';
  margin-left: 10px;
  max-width: 195px;
  text-align: left;
  margin-top: 6px;
}

.category {
  position: relative;
  float: right;
  font-family: 'Px Grotesk Bold';
  font-size: 8pt;
  text-transform: uppercase;
  margin-right: 10px;
  text-align: right;
  margin-top: 7px;
}

.scientific-name {
  position: absolute;
  font-family: 'Px Grotesk Italic';
  font-style: italic;
  line-height: 26pt;
  margin-left: 10px;
  font-size: 11.75pt;
  letter-spacing: -0.25px;
}

/* Photo */

.plant-img {
  display: block;
  position: relative;
  margin-top: 50px;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  background-origin: content-box;
  height: 320px;
  padding: 32px;
}

.tint {
  background-color: rgba(118, 108, 8, 0.25);
  background-blend-mode: multiply;
  height: 320px;
}

.opaque {
  height: 320px;
  background-color: #fff;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}



@media only screen and (max-width: 768px){
  .card-spacer{
    margin-top: -150px;
    padding-bottom: 150px;
    display: block;
    z-index: 100;
  }

  .image-list-small {
    padding-top: 40px;
  }

  .card {
    width: 325px;
    height: 435px;
    margin-top: 30px;
  }

  .plant-name {
    /*margin-top: 7px;*/
    font-size: 13.5pt;
    max-width: 210px;
  }

  .category {
    /*margin-top: 8px;*/
    font-size: 9.5pt;
  }

  .opaque, .tint {
    height: 340px;
    margin-top: 55px;
  }

  .back {
    margin-bottom: 50px;
    height: 355px;
    font-size: 13.5pt;
  }

  .more-info a {
    font-size: 9.5pt;
    margin-top: 15px;
    padding: 2px 5px;
  }

  .plant-img {
    height: 340px;
  }

  .scientific-name {
    font-size: 13pt;
    line-height: 28pt;
  }
  
  .source {
    font-size: 13pt;
  }

}
