#rewards{
    padding: 23px 0 31px;
    font-size: 17px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url(../../images/home/rewards-back.jpg);
	background-image: -webkit-image-set(url("../../images/home/rewards-back.jpg") 1x, url("../../images/home/rewards-back@2x.jpg") 2x);
}
#rewards .button{
    width: 183px;
    height: 37px;
    border-radius: 19px;
    margin-top: -24px;
}