@media (max-width: 1350px) {
	.wrapper {
    flex-direction: column;
  }
	.headermenudrop {
    z-index: 9;
    display: flex;
    width: 100%;
		height: auto;
    flex-direction: column;
    position: relative;
    top: 37PX;
		margin-bottom: 50px;}
	
	.headermenudrop label {
    position: relative;
    display: block;
    cursor: pointer;
    position: sticky;
    display: block;
    cursor: pointer;
    z-index: 9;
    color: var(--tb-txt);
    writing-mode: unset;
    padding: 5px;
	}
	
	.headermenu {
 	   flex-direction: row;
 	   position: relative;
 	   top: auto;
 	   width: 100%;
 	   height: 250px;
		border-right: 0px;
		margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
  }
	
	.headermenutop{
        width: 25%;
        height: 100%;
        margin-top: 0px;
	}
	
	.headermenubottom{
        width: 75%;
        height: 100%;
        flex-direction: column;
        flex-wrap: wrap;
	}
	
	.headermenubottomtab {
    	padding: 20px;
    	background: var(--tb-bg);
    	flex: 1;
	}
	
	.container{
		width: 100%;
		padding: 50px 10px 0px 10px;
	}
	
	.headeravatar {
    	height: 21.502709vh;
	}
	
	
	 .desktop-break {
    	display: none;
  }
	
	.welcomewrap1 {
		flex:1;
}

}

@media (max-width: 930px) {


	.forendepthname{
		font-size: 15px
	}
	
	.forendepthnamestats{
		font-size: 13px
	}
	
	.newthreadtop{
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
	}

}