.app-store-hero {
	background-repeat: no-repeat;
	background:url('/tvos/submit/images/app-store-hero.png');
	background-size:814px 305px;
	width:814px;
	height:305px;
	margin-left:88px;
}

@media all and (min-width:768px) and (max-width:1023px) {
	.app-store-hero {
		background-repeat: no-repeat;
		background:url('/tvos/submit/images/app-store-hero.png');
		background-size:704px 264px;
		width:704px;
		height:264px;
		margin-left:20px;
	}

}

@media all and (max-width:767px) {
	.app-store-hero {
		background-repeat: no-repeat;
		background:url('/tvos/submit/images/app-store-hero.png');
		background-size:320px 120px;
		width:320px;
		height:120px;
		margin-left:auto;
		margin-right:auto;
	}
}
