@media all and (max-width:767px){
    body .deal-type {
        width: 100%;
    }
    body .wpcd-comments .shortcode-site-reviews .glsr-reviews .glsr-review-meta{
        float: none;
        width: 100%;
    }
    body .wpcd-comments .shortcode-site-reviews .glsr-reviews .glsr-review-excerpt {    
        width: 100%;
        margin-left: 0; 
        display: inline-block;   
    }
    body div.wpcd-coupon > .wpcd-vote-wrapper{
        padding-left: 5px;
    }
}