@media screen and (min-width: 801px) {

	figure {
		width: 100%;
		background-attachment: fixed;
		background-size: cover;
		background-position: 28vw center;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 800px) {

	figure {
		width: 100%;
		background-attachment: scroll;
		background-size: 140vh;
		background-position: top center;
		background-repeat: no-repeat;
	}
}

	#profile-img {
		background-image: url(../img/about/ian-besler-2014-google-street-view-profile.jpg);
	}

	#best-practices-img {
		background-image: url(../img/best-practices/ian-besler-best-practices-2016-little-tokyo.jpg);
	}

	#graphics-img {
		background-image: url(../img/graphics/ian-besler-2022-acadia-realignments-toward-critical-computation-front-cover.png);
		background-size: contain;
		background-position: center right;
		background-repeat: repeat;
	}

	#enjoy-your-deck-img {
		background-image: url(../img/decks/besler-and-sons-2017-enjoy-your-deck.jpg);
	}

	#how-to-img {
		background-image: url(../img/how-to/2003_09sep_30_us_patent_6628279.gif);
	}

	#color-swatches-img {
		background-image: url(../img/color-swatches/ian-besler-2017-color-swatches-rgb.png);
	}

	#super-models-img {
		background-image: url(../img/super-models/ian-besler-2013-super-models.jpg);
	}

	#resolution-frontiers-img {
		background-image: url(../img/frontiers/besler-and-sons-2015-resolution-frontier-orange.jpg);
	}

	#moma-psone-img {
		background-image: url(../img/moma-ps1/besler-and-sons-2015-moma-ps1-yap-roof-deck-model-birdseye-view.jpg);
	}

	#smart-cars-img {
		background-image: url(../img/smart-cars/ian-besler-2015-smart-cars.gif);
	}

	#drones-img {
		background-image: url(../img/drones/ian-besler-2014-neighborhood-watch-files.gif);
	}