/* =============================================================================
   Embed
============================================================================= */

.banner,
.maintab,
.c-sidebar,
.c-navigation,
.c-subnav,
#sidebar {
  display: none;
}

.mainbody,
.o-layout__wrapper,
.c-section__top {
  top: 0;
}

.c-section__wrapper {
  top: 64px;
}

.expanded #board,
.o-layout__wrapper,
.c-section__top,
.c-section__wrapper {
  left: 0;
}

@media all and (max-width: 500px) {
  .c-section__wrapper {
    top: 0;
  }
}
