
.menu-main-menu-container a {
	font-size: 20px;
}

.amazon-link {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -50px;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.amazon-link {
		position: relative;
		left: 0;
		width: 100%;
		bottom: 0;
		color: #fff;
		display: block;
		margin-top: 10px;
	}
}

.grad-back {
	background: #3478bd;
	background: linear-gradient(180deg, rgba(52, 120, 189, 1) 0%, rgba(28, 45, 86, 1) 100%);
}

.masthead.masthead__home {
	background-size: auto 100%;
}

@media screen and (min-width: 1200px) {
	.masthead__home .container header {
		max-width: 585px;
	}
}

@media only screen and (max-width: 600px) {
	.offers, .offers a {
		font-size: 14px !important;
	}
}

/* Video hero */
.masthead.masthead__home {
	position: relative;
}

#hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}

@media (max-width: 600px) {
	#hero-video video {
		left: auto;
		right: -280px;
		transform: translateY(-50%);
		height: 100%;
	}
	
	.masthead__home .masthead__panel {
		border-radius: 10px;
		padding-bottom: 15px;
		margin-bottom: 30px;
		max-width: 90%;
		margin: 0 auto 30px;
	}
	
	.signpost-wrapper.signpost-wrapper--header-single {
		max-width: 90%;
	}
}
