.review-widget_net{
    position: fixed;
    left: 1%;
    bottom: 2%;
    z-index: 2;
}	

@media only screen and (max-width: 991px) {
    .review-widget_net{
        left: 2%;
        bottom: 10%;
    }
}