/* devices */
.section-ecosystem .devices {
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 619px;
}

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

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

.section-ecosystem .products-container .devices {
	justify-content: center;
}

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

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