section.catalog-content {
	margin-bottom: 0;
}
.gfg-container {
	padding-left: 0;
	padding-right: 0;
}
.gfg-categories.stocking-stuffers {
	background-color: #fff;
}
.gfg-categories {
	text-align: center;
	position: relative;
	width: 100%;
	display: block;
	padding-top: 6px;
}
.gfg-categories img {
	position: relative;
	width: 100%;
}
.gfg-categories .copy {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.gfg-categories .copy h4 {
	color: #fff;
	font-size: 20pt;
}
.gfg-categories .copy h5 {
	color: #fff;
	font-size: 15pt;
}
.video-background .video-container {
	background-color: #fff;
}
.video-background .video-container video {
    opacity: 1;
    margin-top: 6px;
}

@media(min-width: 992px){
	.gfg-categories {
		text-align: right;
	}
	.gfg-categories:nth-child(even) {
		text-align: left;
	}
	.gfg-categories.reverse {
		text-align: left;
	}
	.gfg-categories.reverse:nth-child(even) {
		text-align: right;
	}
	.gfg-categories .copy {
		padding: 0 20px 40px 0;
	}
	.gfg-categories:nth-child(even) .copy {
		padding: 0 0 40px 20px;
	}
	.gfg-categories.reverse .copy {
		padding: 0 0 40px 20px;
	}
	.gfg-categories.reverse:nth-child(even) .copy {
		padding: 0 20px 40px 0;
	}
}
@media(min-width: 1440px){
	.gfg-categories .copy h4 {
		font-size: 25pt;
	}
	.gfg-categories .copy h5 {
		font-size: 20pt;
	}
}
