RootDisplay {
    position: absolute;
    width: 100%;
    height: 100%;

    &.hide {
        & > * {
            display: none;
        }
    }
}
