.discount-wrapper{
    padding-bottom: 200px;
}
.discount-img{
    position: absolute;
    right:-20px;
    bottom:-20px;
    max-width:300px;
    max-height:350px;
    opacity:.65;
}
@media(min-width:768px) {
    .discount-wrapper{
        padding-bottom:5px;
    }
    .discount-content{
        min-height:280px;
    }
    .discount-description{
        padding-right:200px;
    }
    .discount-img{
        max-width:350px;
        opacity:1;
    }
}