.section-ecosystem .devices {
	margin-right: 100px;
	margin-left: 100px;
	grid-gap: 0;
	gap: 0;
}

@media only screen and (max-width: 1068px) {
	.section-ecosystem .devices {
		margin-left: auto;
		margin-right: auto;
		max-width: 619px;
	}
}

@media only screen and (max-width: 734px) {
	.section-ecosystem .devices {
		justify-content: space-between;
		margin-left: 0;
	}
}

.section-ecosystem .icon {
	margin: 16px 0 21px;
}

.section-ecosystem .icon-carplay .icon-wrapper, .section-ecosystem .icon-homepod .icon-wrapper, .section-ecosystem .icon-ipad .icon-wrapper, .section-ecosystem .icon-iphone .icon-wrapper, .section-ecosystem .icon-mac .icon-wrapper, .section-ecosystem .icon-tv .icon-wrapper, .section-ecosystem .icon-watch .icon-wrapper {
	width: 155px;
}

.section-ecosystem .icon-wrapper {
	margin-right: 0;
}

/* start: hero apple podcast icon (from /v/apple-podcasts/f/) */

.section-hero .hero-podcast-icon > img {
	width: 100%;
}

.section-hero .hero-podcast-icon.with-drop-shadow {
	animation: unset;
}

/* end: hero apple podcast icon */

/* start hero typography section copy (from /v/apple-podcasts/f/) */
@media only screen and (min-width: 1069px) {
	.section-hero .hero-top .hero-copy .typography-section-copy {
		flex-basis: 73%;
		max-width: 73%;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-top .hero-copy .typography-section-copy {
		flex-basis: 85%;
		max-width: 85%;
	}
}

/* end: hero typography section copy */

/* start: tile-transcript section */

.section-tiles .tile-transcript .tile-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript .tile-content {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-transcript .tile-content {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}

.section-tiles .tile-transcript .image-wrapper {
	padding-left: 82px;
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript .image-wrapper {
		padding-left: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-transcript .image-wrapper {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 735px) {
	.section-tiles .tile-transcript .copy-wrapper {
		text-align: left;
		position: relative;
		left: -20px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript .copy-wrapper {
		position: relative;
		top: 2px;
		left: -10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-transcript .copy-wrapper {
		top: 0;
	}
}

.section-tiles .tile-transcript .copy-wrapper .tile-headline {
	max-width: none;
}

.section-tiles .tile-transcript .copy-wrapper .tile-copy {
	max-width: none;
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript .copy-wrapper .tile-headline {
		max-width: none;
	}
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript .copy-wrapper .tile-copy {
		max-width: none;
	}
}

.section-tiles .tile-transcript .image-wrapper {
	position: relative;
	top: -25px;
	left: -5px;
}

.section-tiles .tile-transcript {
	height: 620px;
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript {
		height: 525px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-transcript .image-wrapper {
		top: -50px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-transcript .image-wrapper {
		top: -18px;
	}
}

/* end: tile-transcript section */
