.payment-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.payment-modal__content {
    width: 100%;
    height: 100%;
    position: relative;
}

.payment-modal__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.payment-modal__cta {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .payment-modal__banner {
        width: 200px;
        height: 150px;
    }
}