.black_friday_banner {
	background-color: black;
	color: white;
	background-position: center;
	background-size: cover;
}

.black_friday_text {
	width: 350px;
	margin: auto;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 60px;
}

.black_friday_cta {
	display: inline-block;
}

.black_friday_subtitle,
.black_friday_text h1 {
	text-transform: uppercase;
}

.black_friday_text h1 {
	font-weight: bold;
	font-size: 35px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.black_friday_subtitle {
	margin-bottom: 20px;
	font-size: 27px;
	line-height: 1.25;
	font-weight: 300;
}

@media (max-width: 1199px) {
	.black_friday_text h1 {
		font-size: 30px;
	}

	.black_friday_subtitle {
		font-size: 21px;
	}
}

@media (max-width: 991px) {
	.black_friday_text h1 {
		font-size: 26px;
	}

	.black_friday_subtitle {
		font-size: 17px;
	}

	.black_friday_text {
		width: 300px;
	}
}

@media (max-width: 767px) {
	.black_friday_text {
		margin-left: auto;
		margin-right: 0;
		width: 250px;
		padding-top: 30px;
		padding-bottom: 35px;
	}

	.black_friday_banner {
		background-position: right;
	}

	.black_friday_text h1 {
		font-size: 20px;
	}

	.black_friday_subtitle {
		font-size: 15px;
	}
}
