/* local overrides */

/* Latest app section */

@media only screen and (min-width: 1069px) {
	.section-hero .gallery-container .gallery-item .content {
		padding: 60px 100px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-hero .gallery-container .gallery-item .content {
		padding: 60px 39px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hero .gallery-container .gallery-item .content .hero-gallery-copy {
		padding: 0 23px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .gallery-container .gallery-item .content .hero-gallery-copy {
		padding: 0 10px;
	}
}

/* productivity gallery */
@media only screen and (min-width: 1441px) {
	.section-featured-apps .gallery-productivity .card .tile-content {
		padding-bottom: 500px;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-featured-apps .gallery-productivity .card .tile-content {
		padding-bottom: 440px;
	}
}

@media only screen and (max-width: 480px) {
	.overview-apps-tier1-bg-messages-bg {
		bottom: -23px !important;
	}
}

/* Apple fitness plus Try it free CTA */
.section-featured-apps .card .ctas-wrapper .link.custom_desktop {
	display: inline-flex;
}
@media only screen and (max-width: 734px) {
	.section-featured-apps .card .ctas-wrapper .link.custom_desktop {
		display: none;
	}
}

.section-featured-apps .card .ctas-wrapper .link.custom_mobile {
	display: none;
}

@media only screen and (max-width: 734px) {
	.section-featured-apps .card .ctas-wrapper .link.custom_mobile {
		display: inline-flex;
	}
}
