/*tile transcript start*/

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

@media only screen and (max-width: 734px) {
	.section-tiles .tile-transcript img {
		left: 50%;
		margin-left: -128px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-transcript img {
		width: 100%;
		margin-left: 0;
	}
}

/*tile transcript end*/

/* hero icon size */
.section-hero .hero-podcast-icon > img {
	width: 100%;
}
/* end of hero icon size */

/* hero copy width */
@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 of hero copy width */
.section-hero .hero-podcast-icon.with-drop-shadow {
	animation: none;
}
