@media (min-width: 484px) {
	html {
		background: url(https://s3.ap-southeast-1.amazonaws.com/wwapp-landing.vouch.sg/hyatt-selrs/assets/GH-Seoul-pic.webp) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (max-width: 483px) {
	html {
		background: url(https://s3.ap-southeast-1.amazonaws.com/wwapp-landing.vouch.sg/hyatt-selrs/assets/GH-Seoul-pic.webp) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

