/**mobile**/
@media only screen and (max-width: 768px) {
    .sin-coupon .coupon-content {
        padding: 15px 0;
    }

    .coupon-button-type-center {
        position: unset;
        transform: unset;
    }

    .sin-coupon .offer-image a {
        width: 100%;
        padding: 10px 0;
    }

    .coupon-sidebar {
        margin-top: 30px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    div#demo .modal {
        width: 95%;
        margin: 10% auto;
    }

    div#demo input#coupon-code {
        width: 65%;
    }

    div#demo .input-group-append {
        width: 35%;
        float: left;
    }
}

/* iPad landscape style*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPad portrait style*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}