/* Local Overrides */
/* Personalized Section */
.custom_hidesection {
	display: none;
}

/*Hero*/
@media only screen and (max-width: 365px) {
	.section-hero .hero-top .hero-headline {
		width: 100%;
	}
}

/* Siri */
@media only screen and (min-width: 735px) {
	.section-tiles .tile-siri .tile-content {
		padding-bottom: 0;
	}
	.section-tiles .tile-siri .overview-siri-homepod {
		position: relative;
	}
	.section-tiles .tile-siri .tile-copy {
		max-width: 66.67%;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles .tile-siri .tile-content {
		min-height: 200px;
	}
	.section-tiles .tile-siri .overview-siri-homepod {
		height: 120px;
	}
	.tile-siri .tile {
		height: 250px !important;
	}
}

.section-tiles .tile-siri img {
	margin-left: -296px;
}
@media only screen and (max-width: 1068px) {
	.section-tiles .tile-siri img {
		margin-left: -264.5px;
	}
}
@media only screen and (max-width: 734px) {
	.section-tiles .tile-siri img {
		margin-left: -164.5px;
	}
}

@media only screen and (max-width: 350px) {
	.xs-hide {
		display: none;
	}
}

/* Ribbon */

.ribbon .ribbon-content-wrapper {
	background-color: white;
}
.ribbon .ribbon-content-wrapper {
	padding-top: 0.9411764706em;
	padding-bottom: 0.9411764706em;
}
.ribbon-content-wrapper {
	text-align: center;
}

.section-hero .ribbon {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
}
.ribbon .ribbon-content {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.ribbon-content {
	width: 90%;
}
.ribbon-content {
	margin-left: auto;
	margin-right: auto;
}

/*Hero */
.section.section-hero .hero-top {
	padding-top: 50px;
}

@media only screen and (max-width: 735px) and (min-width: 1068px) {
	.section.section-hero .hero-top {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-hero .hero-top {
		padding-top: 100px;
	}
}
