.bbl_description{
  float: left;
  height: 100%;
  margin-right: 12px;
  position: relative;
  text-decoration: none;
  width: 31.67%;
  margin-top: 20px;
  display: inline-block;
  height: 180px;

}
.bbl_description img{
  width: 53%;
  height: auto;
}
.bbl_description p{
  float: left;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-left: 6%;
  padding-top: 4%;
}
.bbl_description p a{
  text-decoration: none;
  color: #333;
}
.ani{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#bbf_bbl {
  background:#eeebe8;
  color: #6d6a65;
  padding-right: 0;
  padding-bottom: 20px;
  display: inline-block;
}

.bbl_box {
  background: url('https://brownbagfilms.imgix.net/images/generic/labs/site/homepage-grad.png?auto=format') scroll rgba(51, 51, 51, 0.33);
  *background: url('https://brownbagfilms.imgix.net/images/generic/labs/site/homepage-grad.png?auto=format');
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#bbf_bbl a.bbl_a_box {
  background-color: #9492bf;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
  float: left;
  height: 180px;
  margin-left: 20px;
  position: relative;
  text-decoration: none;
  width: 31%;
  margin-top: 20px;
}

#bbf_bbl a.bbl_a_box .bbl_top_image {
  align-content: center;
  display: grid;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

#bbf_bbl a.bbl_a_box img {
  display: block;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

#bbf_bbl .bbl_box.hover-green:hover{background-color: #32b476;}
#bbf_bbl .bbl_box.hover-pink:hover{background-color: #e7317c;}
#bbf_bbl .bbl_box.hover-orange:hover{background-color: #e26e39;}
#bbf_bbl .bbl_box.hover-yellow:hover{background-color: #f9af31;}
#bbf_bbl .bbl_box.hover-blue:hover{background-color: #69c8d5;}
#bbf_bbl .bbl_box.hover-purple:hover{background-color: #9492bf;}
#bbf_bbl .bbl_box.hover-violet:hover{background-color: #28275e;}

#bbf_bbl .bbl_box .title {
  color: white;
  margin: 0 10px 0 54%;
  padding: 15px 0;
  overflow: hidden;
}

#bbf_bbl .bbl_box .title h2 {
  font-size: 1.25em;
}

@media only print, only screen and (max-width: 959px) {
  .bbl_box {
     background: url('https://brownbagfilms.imgix.net/images/generic/labs/site/homepage-grad.png?auto=format') scroll rgba(51, 51, 51, 0.5);
  }

  #bbf_bbl a.bbl_a_box {
    background-color: #9492bf;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    float: left;
    height: 100px;
    position: relative;
    text-decoration: none;
    width: 94%;
    background-size: cover;
    background-position: center;
    margin: 0 3% 2%;
  }

  .bbl_description{
    width: 94%;
    margin: 0 3% 2%;
    height: auto;
  }

  .bbl_description img{
    width: 33%;
    height: auto;
    float: left;
    margin-top: 20px;
  }

  .bbl_description p{
    float: left;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-top: 4%;
    width: 60%;
    margin: 0;
    padding-bottom: 3%;
  }
}
