@media screen and (min-width:1100px), screen and (min-height:700px){
	.menu-collapser{
		visibility:hidden;
		display:none;
		width:0px;
		height:0px;
	}
}
