/* Styles to modify NotifyMe position */

/*iPhone 5 Screen Size*/
@media (min-width: 0px) and (max-width: 414px) {
    input#aec-notifyme-email {
        padding: 6px 15px !important;
        width: 100% !important;
        margin-bottom: 2px !important;
    }

    input#aec-notifyme-button {
        width: 100% !important;
    }
}
/*iPad Pro and Desktop Screen Size (even 4K resolution)*/
@media (min-width: 769px) and (max-width: 4096px) {
    input#aec-notifyme-email {
        padding: 6px 15px !important;
        width: 100% !important;
        margin-bottom: 2px !important;
    }

    input#aec-notifyme-button {
        width: 100% !important;
    }
}
