.airtable-embed-container h1,
.airtable-embed-container .formTitle {
display: none !important;
}
.airtable-embed-container {
width: 100%;
max-width: 800px;
height: 100vh;
overflow-y: auto;
}
.airtable-embed-container iframe {
width: 100%;
height: 100%;
}