@media only screen and (max-width: 1080px) {
    .inquiry-visible,
    .wrapper { background: transparent url('images/default/background.jpg') no-repeat fixed center right / cover ; }
    .congrats{font-size: 40px!important;}
    .insert,.subscribe{font-size: 30px!important;}
    .genders label{font-size: 23px!important;}
}

@media only screen and (max-width: 900px) {
    .thumbsup img{height: 60% !important;
        margin-left: -50% !important;}
}

@media only screen and (max-width: 850px) {
    .congrats{font-size: 32px!important;}
    .insert,.subscribe{font-size: 25px!important;}
    .access{font-size: 25px!important;}
    .genders label{font-size: 18px!important;}

}
@media only screen and (max-width: 650px) {
    /* header */
    header.main h2 { font-size: 30px; }
    header.main h1 { font-size: 21px; }
    header.main .crown { width: 40px; }
    header.main .logo { width: 50px; }
    .header.mobile { margin: 15px auto 5px; }
    .congrats{padding-top: 60px!important;}
    /* content */
    .options { margin: 0 auto; max-width: 320px; }

}



@media only screen and (max-width: 500px) {
    /* header */
    .content .voucher-wrapper { margin-top: -50px; }
    .content .voucher-wrapper img { margin: 0 auto; }

    /* content */
    .options .option-text p { margin: 5px auto; }
}

@media only screen and (max-width: 500px) {
    /* header */
    header.main h2 { font-size: 26px; line-height: 1; }
    header.main h1 { font-size: 17px; line-height: 1; }
    header.main .logo { width: 40px; }
    .header.mobile { font-size: 18px; width: 100%; font-family: Arimo }
    .congrats{font-size: 25px!important;padding-top: 50px!important;}
    .subscribe{font-size: 23px!important;}
    .insert{font-size: 20px!important;}
    input[type=button]{font-size: 18px!important; height: 50px!important;}
    .access{font-size: 20px!important;}
}

@media only screen and (max-width: 359px) {
    /* header */
    header.main h2 { font-size: 23px; }
    header.main h1 { font-size: 15px; }
    header.main .logo { width: 30px; }
    .content .voucher-wrapper img { max-width: 80%; }
    .congrats{font-size: 18px!important;padding-top: 50px!important;}
    .insert,.subscribe{font-size: 15px!important; line-height: 25px!important;}
    .genders label{font-size: 13px!important;}
}