#billboard {
	POSITION: absolute; BOTTOM: 0px; height:718px; OVERFLOW: hidden; TOP: 0px; RIGHT: 0px; LEFT: 0px
}
#billboard .hero {
	POSITION: absolute; MARGIN: auto; BOTTOM: 0px; BACKGROUND-REPEAT: no-repeat; MAX-WIDTH: 1440px; TOP: 0px; RIGHT: 0px; LEFT: 0px
}
#billboard .header {
	POSITION: absolute; MARGIN: auto; WIDTH: 980px; TOP: 0px; RIGHT: 0px; LEFT: 0px
}
#billboard .title { margin-bottom:6px; }


/* Stickers
=================================================================*/
#billboard .stickers { background-size:1500px auto; left:50%; margin-left:-720px; width:1440px; background-color:#000; }

/* desktop 15 & desktop 11 (default) */
#billboard .header { margin-top:-298px; *left:50%; *margin-left:-490px; }
#billboard .header .title a { padding-top:130px; display:block; padding-bottom:5px; }
#billboard .header .cta { display:block; }
#billboard .header .cta-wrap { padding-bottom:130px; display:block; }
#billboard .header .cta:hover img { margin-top:-32px; }

#billboard .title .large { display:block; }

/* iPad landscape */
@media only screen and (min-device-width:481px) and (max-device-width:768px) and (orientation:landscape) {
	#billboard { left:0; margin-left:0; width:1024px; }
}
/* iPad portrait */
@media only screen and (min-device-width:481px) and (max-device-width:768px) and (orientation:portrait) {
	body { height:1240px; }
	#billboard { left:0; margin-left:0; width:1024px; }
	#billboard .hero.stickers { background-position:50% 40%; }
	#billboard .stickers .header { margin-top:0px; }
}

/* iphone landscape short */
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:landscape) {
	body { height:1100px; }
	#billboard { left:0; margin-left:0; width:1024px; }
	#billboard .hero.stickers { background-position:50% 65%; }
	#billboard .stickers .header { margin-top:-320px; }
	#billboard .title .large { display:none; }
	#billboard .title .small { display:block; }
}

/* iphone portrait */
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:portrait) {
	body { height:1472px; }
	#billboard .hero.stickers { background-position:50% 76%; }
	#billboard .header { margin-top:-140px; }
}

/* iphone portrait small screen */
@media only screen and (max-device-height:480px) and (orientation:portrait) {
	body { height:1191px; }
	#billboard .hero.stickers { background-position:50% 56%; }
	#billboard .header { margin-top:-290px; }
}
