/* Ecosystem Icons */

.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;
}

/* fix api */
.section-catalog .channels .marquee-item .dup {
	margin-top: 0;
	height: 152px;
}

@media only screen and (max-width: 1068px) {
	.section-catalog .channels .marquee-item .dup {
		height: 116px;
	}
}

@media only screen and (max-width: 734px) {
	.section-catalog .channels .marquee-item .dup {
		height: 93px;
	}
}

/* fix api */
.section-catalog .channels .marquee-item .dup {
	margin-top: 0;
	height: 152px;
}

@media only screen and (max-width: 1068px) {
	.section-catalog .channels .marquee-item .dup {
		height: 116px;
	}
}

@media only screen and (max-width: 734px) {
	.section-catalog .channels .marquee-item .dup {
		height: 93px;
	}
}

.hide {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/* Transcript Tile --- Start */
.section-tiles .tile-transcript .tile-content {
	display: flex;
	flex-direction: row;
	padding-bottom: 60px;
}

.section-tiles .tile-transcript .copy-wrapper {
	align-self: center;
	text-align: left;
	margin-right: 8.3333333333%;
}

.section-tiles .tile-transcript .image-wrapper {
	margin-top: 0;
	position: relative;
}

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

	.section-tiles .tile-transcript .image-wrapper {
		right: -25px;
	}
}

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

	.section-tiles .tile-transcript img {
		margin-top: 50px;
		width: 100%;
	}

	.section-tiles .tile-transcript .image-wrapper {
		right: 0;
	}
}
/* Transcript Tile --- End */

/* Hero Apple Podcast icon --- Start */
.section-hero .hero-podcast-icon > img {
	width: 100%;
}

.section-hero .hero-podcast-icon.with-drop-shadow {
	animation: unset;
}
/* Hero Apple Podcast icon --- End */
