.bazaarvoice_home_widget_wrapper {
    max-width: 80%;
    margin: auto;
    margin-bottom: 2rem;
}
.bv .bv_section {
    text-align: center;
}
.bv.bv_seller-ratings.bv_override p {
    font-size: 13px;
    font-family: "Pluto";
}
.bv .bv_summary {
    margin: auto;
    margin-bottom: 0.6rem;
}
small.bv_bvBranding {
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
}
small.bv_bvBranding span {
    display: flex;
}
small.bv_bvBranding span img {
    margin-left: 4px;
}
span.bv_segment.bv_summary__copy {
    font-size: 2rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
span.bv_segment.bv_summary__rating {
    font-size: 26px;
    font-family: "Pluto";
}
.bv_segment.bv_summary__ratingsLink .bv_ratings-link span{
    font-family: "Pluto";
    font-size: 13px;
}
.bv_section.bv_seller-ratings__footer .bv_ratings-link span{
    font-family: "Pluto";
    font-size: 13px;
}
span.bv_segment.bv_summary__stars {
    font-size: 22px;
    font-family: "Pluto";
}
.bv a {
    color: #D48B9E;
    text-decoration: underline;
}
.bv .bv_stars__string--top {
    color: #FDCC0F;
}
span.bv_review__submissionTime {
    margin-left: 0.5em;
}
@media only screen and (max-width: 1650px) {
    .bazaarvoice_home_widget_wrapper {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1280px) {
    .bazaarvoice_home_widget_wrapper {
        max-width: 100%;
    }
    .bv .bv_grid33 .bv_cell {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 550px) {
    .bv .bv_summary {
        margin: auto;
        padding: 0 0.5rem 0.5rem 0.5rem;
    }
    span.bv_segment.bv_summary__copy {
        font-size: 13px !important;
        margin-bottom: 1rem;
    }
    span.bv_segment.bv_summary__rating {
        font-size: 23px !important;
    }
    span.bv_segment.bv_summary__stars {
        font-size: 18px !important;
    }
}