/**************************
   GENERAL
**************************/

.bv-puff {
   display: flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   flex-direction: column;
   text-decoration: none;
   border-radius: 2px;
}

.bv-puff:hover {
   text-decoration: underline;
}

/**************************
   PUFF IMG
**************************/

.bv-puff__img {
   flex: 0 1 200px;
   -ms-flex: 0 1 200px;
   -webkit-box-flex: 0 1 200px;
   -moz-box-flex: 0 1 200px;
   background-position: center center!important;
   background-repeat: no-repeat!important;
   background-size: cover!important;
}

/**************************
   PUFF CONTENT
**************************/

.bv-puff__content {
   flex: 1 1 auto;
   -ms-flex: 1 1 auto;
   -webkit-box-flex: 1 1 auto;
   -moz-box-flex: 1 1 auto;
   padding: 25px;
}

.bv-puff__title *,
.bv-puff__description * {
   margin: 0;
}

.bv-puff__title {
   margin-bottom: 15px;
}

/**************************
   PUFF READ MORE
**************************/

.bv-puff__read-more {
   margin-top: 50px;
}

.bv-puff__read-more p {
    margin: 0;
}
