#vpos #payment-form-sofort .form-group {
    float: left !important;
}

.modal.three-d-secure .modal-dialog,
.modal.three-d-secure .modal-content {
    height: 700px;
}
.modal.three-d-secure .modal-body,
.modal.three-d-secure iframe {
    height: 670px;
}
.modal.three-d-secure .modal-content {
    height: 100%;
}

@media (max-width: 768px) {
    .modal.three-d-secure .modal-dialog {
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .modal.three-d-secure .modal-content {
        height: 100%;
        border: 0;
    }
    .modal.three-d-secure .modal-body,
    .modal.three-d-secure iframe {
        height: 100%;
    }
}

[name^="stripeXDM"] {
    width: 100%;
    height: 300px;
}