@media
	{

		#editorButton
		{
			position: fixed;
			bottom: 2vw;
			right: 2vw;
			cursor: pointer;
			width: 3vw;
		}
	}

@media (max-width: 1400px)
	{

	}


@media (max-width: 800px)
	{
		#editorButton
		{
			bottom: 7vw;
			right: 7vw;
			width: 10vw;
		}

	}
