@prefix: iframe;

.@{prefix} {
  &- {
    &root {
      position: relative;

      > iframe {
        border: none;
        width: 100%;
        height: 100%;
      }
    }
  }
}
