.hc-promo {
	margin: 40px 0;
	position: relative;
	overflow: hidden;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 5px;
}

.hc-promo.video {
	background-size: cover;
}

@media (min-width: 960px) {
	.hc-promo.video {
		background-size: 0;
	}
}

@media (min-width: 960px) {
	.hc-promo {
		min-height: 250px;
	}
}

.hc-promo__copy {
	padding: 42px 0;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 100;
	text-shadow: 1px 1px 15px rgb(204, 204, 204);
}

.hc-promo__copy-video {
	text-align: center;
	left: 0;
	right: 0;
	z-index: 100;
	text-shadow: 1px 1px 15px rgb(204, 204, 204);
}

.hc-promo__button {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.hc-promo__button a {
	display: inline-block;
	padding: 0.8333333333em 1.6666666667em;
	border-radius: 0.1875rem;
	letter-spacing: 2px;
	background: #000000;
	font-size: 1.125rem;
	font-weight: bold;
	text-transform: none;
	color: #ccc;
	margin: 10px 5px;
	text-transform: uppercase;
}

.hc-promo__button a:hover {
	background: #fff;
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}

@media (min-width: 720px) {
	.hc-promo__button a {
		width: 200px;
	}
}

.hc-promo__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

@media (min-width: 960px) {
	.hc-promo__video {
		width: 100%;
		height: auto;
		top: -50%;
	}
}

.hc-promo--image-banner {
	padding-left: 0;
	padding-right: 0;
}

.hc-promo--image-banner .desktop-image {
	display: none;
}

@media (min-width: 720px) {
	.hc-promo--image-banner .desktop-image {
		display: block;
	}
}

.hc-promo--image-banner .mobile-image {
	display: block;
}

@media (min-width: 720px) {
	.hc-promo--image-banner .mobile-image {
		display: none;
	}
}