

.site-footer-apps ul {
	display: flex;
	margin: 60px auto;
	justify-content: center;
}

.site-footer-apps li {
	margin:0 4px;
}

.site-footer-apps li a{
	overflow: hidden;
	text-indent: -999rem;
	display: block;
	width: 178px;
	height: 53px;	
}
.site-footer-apps li a.app-ios {
	background: url('https://cdn.ctg.intuit.ca/turbotax.intuit.ca/images-legacy/apps/app-store-badge.svg') no-repeat center center;
	background-size: 162px 54px;
}
.fr .site-footer-apps li a.app-ios {
	background: url('https://cdn.ctg.intuit.ca/turbotax.intuit.ca/images-legacy/apps/app-store-badge-fr.svg') no-repeat center center;
	background-size: 162px 54px;
}
.site-footer-apps li a.app-android {
	background: url('https://cdn.ctg.intuit.ca/turbotax.intuit.ca/images-legacy/apps/google-play-badge.svg') no-repeat center center;
}

.fr .site-footer-apps li a.app-android {
	background: url('https://cdn.ctg.intuit.ca/turbotax.intuit.ca/images-legacy/apps/google-play-badge-fr.svg') no-repeat center center;
}