#footer-promotion-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(/2015/assets/images/footer/footer-banner-201701.jpg);
}
#footer-promotion-banner[data-footerbannerid="201702"] {
	background-position: center top;
	background-image:url(/2015/assets/images/footer/footer-banner-201702.jpg);
}
#footer-promotion-banner,
#footer-promotion-banner .footer-banner-text {
	height: 525px;
}
#footer-promotion-banner .footer-banner-text {
	display: flex;
	align-items: center;
}
#footer-promotion-banner #rotatingFacts {
	padding-right: 525px;
}
html#mobile #footer-promotion-banner,
html#mobile #footer-promotion-banner .footer-banner-text {
	height: auto;
	background-image: none;
}