#hook_top {
    position: fixed !important;
    width: 100% !important;
}

body.interactive-layout {
	overflow: hidden;
}

body.interactive-layout .header-container header {
    position: fixed;
    width: 100%;
}

body.interactive-layout .interactive iframe {
    height: 100vh;
	width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

body.interactive-layout .header .bottom-tap-menu {
    margin-left: calc((100vw - 1280px)/2);
}

body.interactive-layout .header .bottom-tap-menu .bottom-tap-menu-left,
body.interactive-layout .header .bottom-tap-menu .bottom-tap-menu-right {
    height: 80vh;
    overflow-y: scroll;
}

body.interactive-layout  .header .bottom-tap-menu .bottom-tap-menu-right {
    border-bottom-right-radius: 0;
}

body.interactive-layout .header.gl_plugin,
body.interactive-layout .gl_plugin {
    margin-bottom: 0;
}