/* IR Calc Hub iframe reset and layout. */
html,
body {
    margin: 0;
    padding: 0;
    min-height: auto;
    box-sizing: border-box;
    background: transparent;
    overflow: auto;
    width: 100%;
}

body {
    overflow: auto;
    min-height: auto;
}

#app {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    min-height: 600px;
}

#videoPopupMenu {
    display: none !important;
}
