.iframe-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  height: 100%;
  width: 100%;

  iframe {
    flex: 1 0 auto;
    width: 100%;
    border: none;
    overflow: auto;
  }
}
