.main-hero {
	background: #dadada url('../img/hero-bg.jpg') no-repeat center center;
}

.print-hero {
	background: #dcdcdc;
}
.gift-card {
	background: #eee url('../img/gift-card-bg.jpg') no-repeat center center;
}
.gift-card-variations-container {
	background: #dadada;
}
.gift-card-variations {
	margin: 0 auto;
	padding: 3em 0 3em 0;
	max-width: 1200px;
}
.gift-card-variations .column {
	width: 50%;
	float: left;
}
@media screen and (max-width: 600px) {
	.gift-card-variations .column {
		width: 100%;
	}
}