/* video takeover */
.moviePanel { position:relative; z-index:2; width:848px !important; height:480px !important; }
.moviePanel + .close { position:absolute; z-index:1; top:-94px; right:0; bottom:0; left:0; background:#fff url(http://images.apple.com/v/home/al/images/close.png) no-repeat 50% 50%; background-size:848px 450px; }
@media only screen {
	.moviePanel + .close { background-image:url(/v/home/al/images/close.svg); }
}
@media only screen and (max-device-width:768px) {
	body > .gallery-view { position:fixed; z-index:1; top:0; right:0; bottom:0; left:0; }
	body > .gallery-view .gallery-content-movie { height:100% !important; padding-top:0 !important; }
	body > .gallery-view .moviePanel { position:fixed; top:80px; }
	body > .gallery-view .moviePanel + .close { position:fixed; top:-50px; }
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	body > .globalnav-wrapper { position:absolute !important; }
	body > .gallery-view .moviePanel { position:absolute; top:50px; }
	body > .gallery-view .moviePanel + .close { position:absolute; top:-80px; }
}

/* billboard */
#billboard { position:absolute; top:0; right:0; bottom:292px; left:0; overflow:hidden; }
#billboard .hero,
#billboard .gallery-content { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; }

#billboard .copy,
#billboard .image { position:absolute; z-index:1; top:50%; left:50%; }
#billboard .copy { margin-top:-80px; margin-left:-490px; width:980px; height:134px; }
#billboard .image { margin-top:-400px; margin-left:-720px; width:1440px; height:800px; }
#billboard .title { margin-bottom:10px; }
