.seasonal-bg img {width: 100%;}
.seasonal-quote {
	position: absolute;
	top: 40%; 
	left: 30%; 
	z-index: 100;
	color: #fff;
	font-size: 30px;
	font-style: italic;
	text-indent: -40px;
	max-width: 400px;
	text-shadow: 0 0 10px #37424a, 0 0 5px #37424a, 0 0 15px #37424a;
}
.seasonal-story {
	position: absolute;
	bottom: -1px;
	right: 80px;
	z-index: 100;
	background: url("/includes/public/assets/images/handmadepaper.jpg");
	height: 150px;
	width: 350px;
	padding: 30px 15px 0;
}
.seasonal-story .seasonal-title {font-size: 32px; font-style: italic; font-weight: 400; margin-bottom: 15px; text-align: center;}
.seasonal-story .seasonal-buttons {text-align: center;}

/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.seasonal-story {right: 0; height: auto; width: 40%; padding: 30px 60px 0; bottom: -300px; margin-right: 10%;}
	.seasonal-story .seasonal-desc {font-size: 18px; font-style: italic; font-weight: 400; line-height: 32px; margin-bottom: 15px;} 
}