iframe.cr-mixpanel-embed {
  width: 100%;
  height: calc(100dvh - 88px);
  min-height: 520px;
  border: 0;
  display: block;
  background: transparent;
}
@media (max-width: 767px) {
  iframe.cr-mixpanel-embed {
    height: calc(100dvh - 128px);
  }
}
