@charset "UTF-8";

/* -------------------profile —————————*/

.iframe-wrapper {
  position: relative;
  padding-bottom: calc(900px + (1000px - 100%));
  height: 0;
  overflow-y: auto;
  background-color: transparent;
  flex: 1;
  outline: none 1px #888;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
