#seasonal-promo-container {
		display: block;
		width: 100%;
		min-height: 100%;
		height: 100%;
		position: fixed;
		background: rgba(255, 255, 255, 0.66);
		z-index: -10;
}

#seasonal-promo { 
	position: relative;
	height: 300px;
	width: 500px;
	margin: 0px auto;
	 position: relative;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
}