

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {

}

body {

}

article {
	overflow: hidden;
	height: 100vh;
	position: relative;

	 > div {
		background: url(../media/2026-gearing-up-campaign/rolling-meadows-with-hiker.jpg) no-repeat 60% center;
		background-size: cover;
		height: 100%;
	}

	img {
		position: absolute;
		bottom: 25%;
		left: 10%;
	}

}

