
/***********************************/
/***        offer-form-tablet   ***/
/***********************************/
@media (min-width: 768px) and (max-width: 1024px) {

    #lp .lp-offer .lp-container {
        background-image: none;
        background-repeat: no-repeat;
        padding: 0px;
    }

    #lp .lp-offer {
        height: 1100px;
    }

    #lp .lp-container .lp-offer-form-phone-container {
        display: none;
    }

    #lp .lp-offer-form-content {
        width: 500px;
        margin: 0px auto;
        display: block;
        padding: 0 0 30px 0;
    }

    #lp .lp-container .lp-offer-form-phone-container-bottom {
        display: block;
        position: relative;
    }

    #lp .lp-container .lp-offer-form-phone-container-bottom img {
        margin: 0 auto;
        width: 500px;
        position: absolute;
        left: 50%;
        margin-left: -260px;
    }

    #lp .lp-offer-form-content .lp-form {
        min-height: auto;
    }
}
/***********************************/
/***        offer-form-tablet   ***/
/***********************************/