body {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

img {
	position: absolute;
	max-width: 90%;
	width: 60%;
	display: block;
	bottom: 15%;
	margin: auto 15%;

}

.one-third {
	position: absolute;
	width: 33.33%;
	height: 100vh;
}	/* code assumes even thirds */
	.one-third:nth-child(2) { left: 33.33%; }
	.one-third:nth-child(3) { right: 0%; }

/*#fries {
	background: yellow;
}

#soda {
	background: brown;
}

#nugs {
	background: gold;*/
}