.ig_popup.amaze .ig_container {
    border: .3em solid #444444;
    background-color:  #444444;
    color: #FFF;
}
.ig_popup.amaze .ig_container .ig_bg_overlay{
    display: block;
    background-image: url(../images/popup-amaze-bg.jpg);
    opacity: .5;
}

.ig_popup.amaze .ig_headline {
    padding: .5em;
    text-align: center;
    /*color: #fff;*/
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    font-size: 2em;
}

.ig_popup.amaze .ig_image {
    float: left;
}

.ig_popup.amaze .ig_message {
    font-size: 1.2em;
    padding: 0 1.2em;
    font-family: Georgia, Times, "Times New Roman", serif;
    /*color: hsl(0, 100%, 100%);*/
    margin: 0 2em;
}

.ig_popup.amaze .ig_button, 
.ig_popup.amaze input[type="submit"], 
.ig_popup.amaze input[type="button"] {
    background: hsl(145, 63%, 49%);
    color: hsl(0, 100%, 100%);
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 1.3em;
    letter-spacing: 1px;
    vertical-align: top;
    font-weight: 700;
    text-align: center;
    line-height: 1.8em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: .2em solid rgba(63, 63, 63, 0.6);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    margin: .2em auto 1em auto;
    width: 40%;
    padding: 0.3em 1em;
}

.ig_popup.amaze .ig_button:active, 
.ig_popup.amaze input[type="submit"]:active, 
.ig_popup.amaze input[type="button"]:active {
    border: none;
    margin: .4em auto 1em auto;
}


@media only screen and (max-device-width: 319px) {
    .ig_popup.amaze {
        font-size: 10px;
    }
    .ig_popup.amaze .ig_message{
        margin: 0 1em;
    }
    .ig_popup.amaze .ig_button, .ig_popup.amaze input[type="submit"], .ig_popup.amaze input[type="button"]{
        width: 90% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
    .ig_popup.amaze {
        font-size: 12px;
    }
    .ig_popup.amaze .ig_message{
        margin: 0 1em;
    }
    .ig_popup.amaze .ig_button, .ig_popup.amaze input[type="submit"], .ig_popup.amaze input[type="button"]{
        width: 90% !important;
    }
  }

  @media only screen and (min-device-width: 360px) and (max-device-width: 413px) {
    .ig_popup.amaze {
        font-size: 14px;
    }
    .ig_popup.amaze .ig_message{
        margin: 0 1em;
    }
    .ig_popup.amaze .ig_button, .ig_popup.amaze input[type="submit"], .ig_popup.amaze input[type="button"]{
        width: 90% !important;
    }
      
  }

 @media only screen and (min-device-width: 414px) and (max-device-width: 643px) {
    .ig_popup.amaze {
        font-size: 16px;
    }
     .ig_popup.amaze .ig_message{
        margin: 0 1em;
    }
    .ig_popup.amaze .ig_button, .ig_popup.amaze input[type="submit"], .ig_popup.amaze input[type="button"]{
        width: 90% !important;
    }
  }


  @media only screen and (min-device-width: 644px) and (max-device-width: 767px) and (orientation : portrait) {
    .ig_popup.amaze {
        font-size: 18px;
    }
  }
 
  @media only screen and (min-device-width: 644px) and (max-device-width: 767px) and (orientation : landscape) {
    .ig_popup.amaze {
        font-size: 12px;
    }
  }

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-device-width: 992px){
    .ig_popup.amaze {
        font-size: 14px;
    }
}