@media all and (min-width: 999px){
    .app_banner_horizontal{
        display: none;
    }
    .app_banner_vertical{
        display: block;
        position: absolute;
        right: 10px;
        top: 100px;
        z-index: 1000;
    }
}
@media all and (max-width: 999px){
    .app_banner_vertical{
        display: none;
    }

    .app_banner_horizontal{
        display: block;
        margin-top: 10px;
        margin-bottom: -30px;
    }

    .half .full-input, .half .full-input.small, .intl-tel-input {
        width: 90% !important;
        display: inline !important;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        margin: 10px auto;
    }
}

.app_btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}

.app_btn_sub{
    display: flex;
}

.btn_apple{
    padding: 4px;
}

.btn_google{
    padding: 4px;
}

.btn_apple img {
    width: 220px;
}

.btn_google img {
    width: 248px;
}

.app_banner_horizontal {
    text-align: center;
}

@media all and (max-width: 496px){
    .btn_apple img {
        width: 172px;
    }

    .btn_google img {
        width: 196px;
    }
}