mor-sticky{
    display: inline-block;

    &.mo-in-tab-hidden{
        opacity: 0;
    }

    &.sticky{
        position: sticky;
    }

    .sticky-box{
        width: inherit;

        &.fixed{
            position: fixed;
        }
    }

    // default status
    &{}
}
