/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.page-overview .section-hero .showcase-hero {
    background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/itunes_hero_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-hero .showcase-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/itunes_hero_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/itunes_hero_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-hero .showcase-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/itunes_hero_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-hero .showcase-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/itunes_hero_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-overview .section-hero .showcase-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/itunes_hero_small_2x.jpg")
    }
}


.page-overview .section-music .apple-music-logo {
    width: 138px;
    height: 35px;
    background-size: 138px 35px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/apple_music_logo_large.png");
    margin-left: auto;
    margin-right: auto
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-music .apple-music-logo {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/apple_music_logo_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-music .apple-music-logo {
        width: 100px;
        height: 25px;
        background-size: 100px 25px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/apple_music_logo_medium.png")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-music .apple-music-logo {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/apple_music_logo_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-music .apple-music-logo {
        width: 100px;
        height: 25px;
        background-size: 100px 25px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/apple_music_logo_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-overview .section-music .apple-music-logo {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/apple_music_logo_small_2x.png")
    }
}

.page-overview .section-tv .tv-hero {
    background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/movie_tv_collection_large.jpg");
    background-size: 966px 500px;
    width: 966px;
    height: 500px;
	margin-top: 21px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-tv .tv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/movie_tv_collection_large_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-tv .tv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/movie_tv_collection_medium.jpg");
        background-size: 695px 351px;
        width: 695px;
        height: 351px;
		margin-top: 66px;
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-tv .tv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/movie_tv_collection_medium_2x.jpg");
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-tv .tv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/movie_tv_collection_small.jpg");
        background-size: 285px 145px;
        width: 285px;
        height: 145px;
        margin: auto auto;
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-overview .section-tv .tv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/h/screens_alt/images/movie_tv_collection_small_2x.jpg");
    }
}



.section-family-sharing .row { margin-top: 58px; margin-left: auto; margin-right: auto; }
.section-family-sharing .section-content { padding:100px 0;}
html.oldie .section-family-sharing .invite p { margin-left: 80px; }
.section-family-sharing p { text-align: center; margin-left: auto; margin-right: auto; }
.section-family-sharing .location-sharing p { width: 150px; }
.section-family-sharing .invite p { margin-left: 46px; width: 150px; }
.section-family-sharing .parental-controls p { margin-left: 82px; width: 150px; }


.section-family-sharing .row {
    width: 850px;
}

@media only screen and (max-width: 1068px) {
    .section-family-sharing .row {
        width: 692px;
    }
	.section-family-sharing .invite .invite-hero {margin: auto;}
	.section-family-sharing .parental-controls .parental-controls-hero {margin: auto;}
	.section-family-sharing .invite p {margin: auto;}
	.section-family-sharing .parental-controls p {margin: auto;}
	.section-family-sharing .location-sharing p {margin: auto;}
}

@media only screen and (max-width: 735px) {
	.section-family-sharing .row {
		width:auto;
	}
   
	.section-family-sharing .invite .invite-hero {margin: auto;}
	.section-family-sharing .parental-controls .parental-controls-hero {margin: auto;}
	.section-family-sharing .invite p {margin-bottom: 40px;}
	.section-family-sharing .parental-controls p {margin: auto;}
	.section-family-sharing .location-sharing p {margin-bottom: 40px;}
}

.section-family-sharing .invite .invite-hero {
	margin-left: 5px; 
	margin-right: auto; 
	background-repeat: no-repeat; 
	background-size: 242px 494px; 
	height: 494px; 
	width: 242px; 
	background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware1_large.png"); 
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
   .section-family-sharing .invite .invite-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware1_large_2x.png"); }
}

@media only screen and (max-width: 1068px) {
	.section-family-sharing .invite .invite-hero {
		margin-left: auto; 
		margin-right: auto; 		
		background-repeat: no-repeat; 
		background-size: 172px 351px; 
		height: 351px; 
		width: 172px; 
		background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware1_medium.png"); 
	}

}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-family-sharing .invite .invite-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware1_medium_2x.png"); }
}

@media only screen and (max-width: 735px) {
	.section-family-sharing .invite .invite-hero {
		margin-left: auto; 
		margin-right: auto; 		
		background-repeat: no-repeat; 
		background-size: 172px 351px; 
		height: 351px; 
		width: 172px; 
		background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware1_small.png"); 
	}

}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-family-sharing .invite .invite-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware1_small_2x.png"); }
}

.section-family-sharing .location-sharing .location-sharing-hero { 
	margin-left: auto; 
	margin-right: auto; 
	background-repeat: no-repeat; 
	background-size: 242px 494px; 
	height: 494px; 
	width: 242px; 
	background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware2_large.png"); 
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-family-sharing .location-sharing .location-sharing-hero {  background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware2_large_2x.png"); }
}

@media only screen and (max-width: 1068px) {
	.section-family-sharing .location-sharing .location-sharing-hero { 
		background-repeat: no-repeat; 
		background-size: 172px 351px; 
		height: 351px; 
		width: 172px; 
		background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware2_medium.png"); 
	}

}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-family-sharing .location-sharing .location-sharing-hero {  background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware2_medium_2x.png"); }
}

@media only screen and (max-width: 735px) {
	.section-family-sharing .location-sharing .location-sharing-hero { 
		background-size: 172px 351px; 
		height: 351px; 
		width: 172px; 
		background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware2_small.png"); 
	}

}


@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-family-sharing .location-sharing .location-sharing-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware2_small_2x.png"); }
}

.section-family-sharing .parental-controls .parental-controls-hero { 
	margin-left: 42px; 
	margin-right: auto; 	
	background-repeat: no-repeat; 
	background-size: 242px 494px; 
	height: 494px; 
	width: 242px; 
	background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware3_large.png"); 
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-family-sharing .parental-controls .parental-controls-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware3_large_2x.png"); }
}

@media only screen and (max-width: 1068px) {
	.section-family-sharing .parental-controls .parental-controls-hero { 
		margin-left: auto; 
		margin-right: auto; 
		background-size: 172px 351px; 
		height: 351px; 
		width: 172px;  
		background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware3_medium.png"); 
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-family-sharing .parental-controls .parental-controls-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware3_medium_2x.png"); }
}

@media only screen and (max-width: 735px) {
	.section-family-sharing .parental-controls .parental-controls-hero { 
		margin-left: auto; 
		margin-right: auto; 
		background-size: 172px 351px; 
		height: 351px; 
		width: 172px; 
		background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware3_small.png"); 
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-family-sharing .parental-controls .parental-controls-hero { background-image: url("https://images.apple.com/euro/itunes/home/f/screens/images/family_sharing_hardware3_small_2x.png"); }
}



.section-family-sharing .section-content{ border-bottom: solid 1px #d6d6d6; }






.page-overview .section-apple-tv .apple-tv-logo {
    width: 127px;
    height: 35px;
    background-size: 127px 35px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_logo_large.jpg");
    margin-top: 50px;
	margin-bottom: -15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-apple-tv .apple-tv-logo {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_logo_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-apple-tv .apple-tv-logo {
        width: 92px;
        height: 25px;
        background-size: 92px 25px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_logo_medium.jpg")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-apple-tv .apple-tv-logo {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_logo_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-apple-tv .apple-tv-logo {
        width: 92px;
        height: 25px;
        background-size: 92px 25px;
        background-repeat: no-repeat;
        margin: auto auto;
        margin-top: 20px;
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_logo_small.jpg")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-overview .section-apple-tv .apple-tv-logo {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_logo_small_2x.jpg")
    }
}


.page-overview .section-apple-tv .appletv-hero {
    background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_large.jpg");
    background-size: 379px 306px;
    width: 379px;
    height: 306px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-apple-tv .appletv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_large_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-apple-tv .appletv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_medium.jpg");
        background-size: 273px 220px;
        width: 273px;
        height: 220px;
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-apple-tv .appletv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_medium_2x.jpg");
    }
}


@media only screen and (max-width: 735px) {
	.page-overview .section-apple-tv .appletv-hero {
		background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_small.jpg");
		background-size: 204px 164px;
		width: 204px;
		height: 164px;
		margin: auto auto;
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
   .page-overview .section-apple-tv .appletv-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/f/generic/images/appletv_small_2x.jpg");
    }
}

@media only screen and (max-width: 735px) {
	.page-overview .section-apple-tv .headline-section {
		margin-top:15px;
	}
	.page-overview .section-apple-tv .subsection-headline {
		margin-top:10px;
	}
}

.page-overview .section-apple-tv .copy {
    text-align: left;
}

@media only screen and (max-width: 735px) {
	.page-overview .section-apple-tv .copy {
		text-align: center;
	}
}


.page-overview .section-gifts .gifts-hero {
    width: 598px;
    height: 500px;
    background-size: 598px 500px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_giftcards_alt_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .page-overview .section-gifts .gifts-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_giftcards_alt_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-gifts .gifts-hero {
        width: 400px;
        height: 334px;
        background-size: 400px 334px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_giftcards_alt_medium.png")
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-overview .section-gifts .gifts-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_giftcards_alt_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-gifts .gifts-hero {
        width: 300px;
        height: 251px;
        background-size: 300px 251px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_giftcards_alt_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-overview .section-gifts .gifts-hero {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_giftcards_alt_small_2x.png")
    }
}


.section-social .app-store .app-icon {
    width: 54px;
    height: 54px;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_icon_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-social .app-store .app-icon {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/itunes_icon_large_2x.png")
    }
}
.section-social .itunes-facebook .app-icon {
    width: 54px;
    height: 54px;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/applemusic_icon_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-social .itunes-facebook .app-icon {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/applemusic_icon_large_2x.png")
    }
}

.section-social .itunes-twitter .app-icon {
    width: 54px;
    height: 54px;
    background-size: 54px 54px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/twitter_icon_large.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section-social .itunes-twitter .app-icon {
        background-image: url("https://images.apple.com/euro/itunes/home/e/generic/images/twitter_icon_large_2x.png")
    }
}



/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.block-link.primary {
    margin-bottom: 2px;
}

@media only screen and (max-width:735px) {
	.page-overview .section-tv .tv-hero .caption-hero {
    	text-align:center;
    	bottom:-61px;
	}

}



/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 