body{
    font-family: 'Lato', sans-serif; 
    background: url(../img/images/review_background_web.png); 
    background-position: right top; 
    background-repeat: no-repeat; 
    background-size: cover; 
    height: auto; 
}
@media only screen and (max-width: 600px) {
    body{
        background: url(../img/images/review_background_email_mobile.png); 
    }
}