main > .section > div.embed-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.embed {
  max-width: var(--container-width-xl);
  padding: var(--spacing-xm) 0;
  width: 100%;
  margin: 0 auto;
}

#hubspot-form {
  width: 100%;
}

.embed-wrapper iframe {
  width: 100%;
  border: none;
}

.embed-wrapper iframe[src*="vimeo.com"] {
  aspect-ratio: 16/9;
}

.embed-wrapper embed,
.embed-wrapper object {
  width: 100%;
  border: none;
}

.embed-title {
  margin-bottom: var(--spacing-xm);
}

.embed-description {
  margin: var(--spacing-xm) 0;
}

.embed-description p {
  font-size: var(--body-font-size-m);
}

.embed-description a {
  color: var(--link-color);
  text-decoration: underline;
}

.embed-description a:hover {
  color: var(--link-hover-color);
}

@media (width >= 768px) {
  .embed-wrapper iframe[src*="youtube.com"],
  .embed-wrapper iframe[src*="youtu.be"] {
    min-height: var(--height-m);
  }
}
