/* Landing iframe embed — hide duplicate status bar chrome */
html.embed .demo-sb {
  display: none !important;
}

html.embed .rk-shell {
  padding-top: 0 !important;
}

html.embed,
html.embed body {
  width: 393px;
  height: 852px;
  overflow: hidden;
  background: #fff;
}
