@import "../../style/mixins/index";
@include b(iframe) {
  width: 100%;
  height: 100%;
  border: none;
  @include e(wrapper) {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden !important;
    padding: 0 !important;
  }
}
