Untitled
/* START - Fix contact form to fit screen on tablet - WB N.SANDRIN */ @media (max-width: 1024px){ #modal-global-contact-us { div.contact-form__container { min-height: 100vh!important; } form.contact-form__form, div.contact-form__details { flex: 1!important; } } } /* END - Fix contact form to fit screen on tablet - WB N.SANDRIN */