.main-hero {
	background: #dadada url('../img/hero-bg.jpg') no-repeat center center;
}

.print-video {
	background: #dadada url('../img/logo-white-bg.jpg') no-repeat center center;
}
.print-hero {
	background: #202021;
}
.shirt {
	background: #dadada url('../img/shirt-bg.jpg') no-repeat center center;
}
.hard-hat {
	background: #dadada url('../img/hard-hat-bg.jpg') no-repeat center center;
}

.website-hero {
	background: #dadada url('../img/hero-bg.jpg') no-repeat center center;
}
.logo-variations-container {
	background: #ffffff;
}
.logo-variations {
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 1200px;
}
.logo-variations .column {
	width: 50%;
	float: left;
}
@media screen and (max-width: 600px) {
	.logo-variations .column {
		width: 100%;
	}
}