@media only screen and (min-width:1024px) and (max-width:1279px){
    div#location-input-container{
        left: 0px !important;
    }

    div.location-container div.bgh-footer{
        position: fixed !important;
    }

    div.tips-container{
        left: 0 !important;
    }
    div.tips-container .bgh-footer{
        position: fixed !important;
    }

    #fp-payment-container {
        padding: 10px !important;
        z-index: 1000000;
        width: 68%;
        margin-left: 30%;
    }

    .payment-methode-container .bgh-footer{
        position: fixed !important;
        left: 0;
        right: 0;
    } 

    #fp-location{
        position: absolute;
        top:0;
        bottom:0;
        left:30%;
        right:0;
        background:white;
    }
}

