/* Hide admin and fix margin */
@media screen and (max-width: 685px){

	html body.admin-menu {
		margin-top: 40px !important;
	}
}
