.Rating {    
    width: 150px;
    height: 90px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
}
.MRating {    
    width: 90px;
    height: 40px;
    display: none;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    left: 60px;
    z-index: 1000;
}
@media screen and (max-width: 768px){

    .MRating {
      /*display: block;*/
    }
}

@media screen and (max-width: 1025px) {
    .Rating_margintop {
        top: 170px;
    }
}

.Rating_vng_18 {
    background: url(../images/vng-18.jpg) no-repeat ;
}

