/**
 * This is Main SNHD Master Style
 * For Windows User, there is a free app to compile scss file
 * http://koala-app.com/
 */
/**
 * iFrame
 */
.iframe-full-width {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; }
  .iframe-full-width > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    flex-grow: 1; }

/*# sourceMappingURL=master-style.css.map */
