
.data-snippet img{
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}
.data-description *{
    font-size: 1.1em;
    line-height: 180%;
}
.data-description img{
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 5px;
}
.data-thumbnail{
    text-align: center;
}
.data-thumbnail img{
    max-width: 100%;
    max-height: 100px;
}
.brand-thumbnail img{
    width: 100%;
}
.brand_view{
    float: right;
}
@media only screen and (max-width: 600px) {
    .brand_view{
        width: 100%;
        float: left;
        opacity: 0.8;
    }
}

.promo-thumbnail img{
    width: 150px;
    overflow: hidden;
}