@media only screen and (orientation:portrait){
	body {
		height: 100vw;
		transform: rotate(90deg);
	}
}