.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}
.discount-badge{
    display: table;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #e31b1b;
    color: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.1;
    top: -12px;
    right: 3px;
}
.donation-badge{
    display: table;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: green;
    color: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.1;
    top: -12px;
    right: 3px;
}
.text-badge {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 8px 0;
}