baurs

Contact Us

Product Inquiry

General Inquiry

doctor
/* Center modal vertically */ .modal-dialog { margin: 0 auto; height: 100%; display: flex; align-items: center !important; } /* Increase modal width on desktop */ .contact-modal-content { width: 60% !important; max-width: 400px; } /* Increase modal height */ .contact-modal-content iframe { height: 900px !important; /* Change as needed */ } /* Mobile fix */ @media (max-width: 768px) { .contact-modal-content { width: 100% !important; } .contact-modal-content iframe { height: 1200px !important; } }