/* Add styling to make the embeddable iframe adhere to an aspect ratio */
.embeddable-iframe {
  position: relative;
}
.embeddable-iframe__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
