.ems-iframe {
  width: 100%;
}

.ems-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ems-iframe--fill {
  display: flex;
  flex-direction: column;
  height: var(--ems-iframe-fill-height, 100svh);
  min-height: var(--ems-iframe-fill-height, 100svh);
}

.ems-iframe--fill iframe {
  flex: 1 1 auto;
  min-height: 0;
}

.ems-iframe--fixed iframe {
  height: var(--ems-iframe-height, 600px);
}

.ems-iframe--flex {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.ems-iframe--flex iframe {
  flex: 1 1 auto;
}
