@import url("../components/form-embed.css");

/* This page uses a 4:3 hero artwork; keep its complete natural frame visible. */
.hero[style*="hero-meeting-202609-beskidy"] {
  min-height: 0;
  aspect-ratio: 1448 / 1086;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.meeting-content {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}

.meeting-content h3 {
  margin-top: 2.25rem;
}

.meeting-page .contact-form-embed__frame {
  min-height: 1200px;
}

@media (max-width: 640px) {
  .meeting-page .contact-form-embed__frame {
    min-height: 1450px;
  }
}
