@media (min-width:992px) {
	div#partner_advice_banner {
		position: static;
		background: url(/img/christmas/snowflake-bg.png) #255a43;
		background-size: cover;
		background-position: center;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		padding: 0;
	}

	div#partner_advice_banner>div {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		padding: 8px;
		color: white;
		background: #11412cCC;
	}

	div#partner_advice_banner>div p {
		color: white;
	}

	div#partner_advice_banner>div span.countdown {
		background-color: transparent;
	}

	.nav-vouchers::before {
		content: "Popular!";
		text-transform: uppercase;
		background-color: #dc3e00;
		color: white;
		width: 80px;
		height: 25px;
		line-height: 25px;
		box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.5);
		border-radius: 3px;
		rotate: -4deg;
		position: absolute;
		margin-top: -35px;
		margin-left: -20px;
		z-index: 9999999;
	}
}

@media (max-width:992px) {
	div#partner_advice_banner {
		background-color: #255a43;
	}

	div#partner_advice_banner>div p,
	div#partner_advice_banner>div span.countdown {
		color: white;
	}

	span.xmas-holly {
		width: 62px;
		height: 46px;
		background-image: url(/img/christmas/holly.png);
		background-size: cover;
		background-position: center;
		display: inline-block;
		position: absolute;
		margin-left: -16px;
		margin-top: 8px;
		z-index: 1;
	}


}

.nav-vouchers {
	color: #e77300 !important;
}