#typeform {
  width: 100%;
  /* height: calc(100vh - 50px - 50px); */
  height: calc(100dvh - 50px);
  overflow: hidden;
}

#typeform .tf-v1-widget-close {
  display: none;
}

#typeform > .tf-v1-widget,
#typeform > .tf-v1-widget iframe {
  width: 100%;
  height: 100%;
}

