html, body {
	width: 100%;
	height: 100%;
}

select {
	position: absolute;
	z-index: 999;
	
	top: 50px;
	left: 50%;
	transform: translate(-50%, 0%);
}