.mow-modal-discount .modal-inner-wrap{
    width:100%;
    top:30%;
    background-image:url('../images/coupon.png');
    background-repeat:no-repeat;
    background-color:transparent;
    background-position:center;
    box-shadow:none;
}
.mow-modal-discount .modal-inner-wrap header button{
    display:none;
}
#mow-discount-coupon p{
    padding:20px;
    text-align: center;
    font-size: 15px;
    color:white;
    margin-top: -8px;
}

@media only screen and (max-width: 500px){
    .mow-modal-discount.modal-popup.modal-slide{
        width:100%;
        left:0;
    }
    .mow-modal-discount .modal-inner-wrap {
        min-height: 0 !important;
        background-color: transparent !important;
        margin-top: 100px !important;
        background-size:80%;
    }
    #mow-discount-coupon p{
        font-size: 12px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 767px){
    .mow-modal-discount .modal-inner-wrap {
        min-height: 0 !important;
        background-color: transparent !important;
        margin-top: 100px !important;
        text-align: center !important;
        margin-left: -20px !important;
    }
}
