.mob_grid		{display: grid;}
.mob_block		{display: block;}
.mob_in-block	{display: inline-block;}
.mob_flex		{display: flex;}
.mob_in-flex	{display: inline-flex;}
.mob_jc-start	{justify-content: flex-start;}
.mob_jc-center	{justify-content: center;}
.mob_jc-end		{justify-content: flex-end;}
.mob_jc-between	{justify-content: space-between;}
.mob_ai-start	{align-items: flex-start; align-content: flex-start;}
.mob_ai-center	{align-items: center;}
.mob_ai-end		{align-items: flex-end; align-content: flex-end;}
.mob_fd-reverse {flex-direction: row-reverse;}
.mob_fd-col 	{flex-direction: column;}
.mob_wrap		{flex-wrap: wrap;}
.mob_flex1		{flex:1};
.mob_relative	{position:relative;}
.mob_absolute	{position:absolute;}
.mob_sticky		{position: sticky;}
.mob_fixed		{position:fixed;}
.mob_col-1-1	{width:100%;}
.mob_tac		{text-align:center;}
.mob_ofh		{overflow:hidden;}
.mob_obn		{overscroll-behavior: none;}
.mob_full		{width:100%; height: 100%; inset: 0;}
.mob_no-click	{pointer-events: none;}