.outer-container {
	background-position: center;
	background-size: cover;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 500px;
	overflow: hidden;
	width: 1280px;
	margin: auto;
	max-width: 100%;
	margin-bottom: 60px;
}

.video-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%; /* maintain 16:9 ratio */
	width: 100%;
	max-width: 100%;
}

.black_friday a.nbtn.g_ {
	background-color: black;
}

#vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay-text {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	width: 100%;
	z-index: 2;
}

div.overlay-text p {
	font-size: 18px;
	margin-bottom: 30px;
	max-width: calc(100% - 30px);
}

.overlay-text h1 {
	font-size: 35px;
	margin-bottom: 40px;
	font-weight: 400;
}

.overlay-text .nbtn {
	margin: auto;
	padding: 10px 20px;
	display: inline-block;
}

.overlay-text .nbtn:nth-child(4) {
	margin-left: 20px;
}

.video-container:after {
	position: absolute;
	content: '';
	display: block;
	background-color: rgb(0 0 0 / 30%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.outer-container {
		margin-bottom: 50px;
	}

	.outer-container {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
		max-width: unset;
	}
}
