/*#window-tutorial-wrap {*/
/*    transition: top 0.5s ease-in-out;*/
/*    user-select: none;*/
/*    overflow-y: scroll;*/
/*    flex-shrink:0;*/
/*    display:none;*/
/*    margin-right: 0.5rem;*/
/*    margin-left: 0.5rem;*/
/*}*/

/*#window-tutorial-wrap.visible {*/
/*    display:block;*/
/*}*/

/*#window-tutorial-wrap:not(.minimized) #window-tutorial {*/
/*    position: fixed;*/
/*    bottom: calc(var(--inventory-item-size) + 3rem);*/
/*    right: 1rem;*/
/*    max-height: calc(100vh - var(--inventory-item-size) - var(--topscreen-bar-height) - 3rem - 2rem);*/
/*    overflow-y: scroll;*/
/*}*/


/*@media only screen and (max-width: 799px) {*/

/*    #window-tutorial-wrap:not(.minimized) {*/
/*        top: 0;*/
/*        height: 100%;*/
/*        width:100%;*/
/*        position: absolute;*/
/*    }*/

/*    #window-tutorial-wrap:not(.minimized) #window-tutorial {*/
/*        right: 0.5rem;*/
/*        max-width: calc(100% - 3.5rem);*/
/*    }*/

/*    #window-tutorial-wrap {*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        max-height: unset;*/
/*    }*/
/*}*/


