@media only screen and (min-width: 2000px) {
	
	.HI{
		width: 600px;
		position: fixed;
		height: 100vh;
		top: 0px;
		left: calc(2000px - 600px);
		right: inherit;
	}
	
}
