/* 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;
	}
}

/* Logic Pro tile */
@media only screen and (min-width: 481px) and (max-width: 734px) {
	#overview-apps-tier1-bg-logic-pro-bg-1 {
		margin-bottom: -10px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-routers .router {
		padding: 34px;
	}
}

/* Health card */
@media only screen and (min-width: 481px) and (max-width: 734px) {
	picture#overview-apps-tier1-bg-health-bg-1 {
		bottom: -12px;
	}
}
