.celebration-tour-border {
  width: 100%;
  position: fixed;
  height: 30px;
  bottom: 0;
  background: #fff;
  z-index: 1400;
}

.celebration-tour-overlay{
  position: fixed;
  bottom: -14px;
  right: 20px;
  z-index: 1500;
}
@media(min-width:1200px){ 
	.celebration-tour-overlay { right: 90px; }
}
.celebration-tour-overlay img {
    display: block;
    width: 320px;
} 
@media(min-width:480px){
	.celebration-tour-overlay img { width: auto; }
}
.credits-footer {
	padding: 20px 0px 80px 0px;
}
@media(min-width:@1200px){
	.credits-footer { padding: 20px 0px 50px 0px; }
}
.credits-footer__list-item {
	padding-bottom:20px;
}