.tile-support .image-support {
	width: 859px;
	height: 348px;
	background-size: 859px 348px;
	bottom: 0px;
}

@media only screen and (max-width: 1068px) {
	.tile-support .image-support {
		width: 557px;
		height: 227px;
		background-size: 557px 227px;
	}
}

@media only screen and (max-width: 734px) {
	.tile-support .image-support {
		width: 414px;
		height: 240px;
		background-size: 414px 240px;
	}
}

.small-caps {
	font-feature-settings: "smcp", "c2sc";
	font-variant-caps: all-small-caps;
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-environment .typography-tile-copy {
		font-size: 16px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-environment .typography-tile-copy {
		font-size: 13px;
	}
}

@media only screen and (max-width: 734px) {
	.section-tiles .tile-personalize .typography-tile-copy {
		font-size: 13px;
	}
}

/* fixed height for customise your phone tile  */
@media only screen and (max-width: 1068px) and (min-width: 734px) {
	.section-features.section-tiles .tile-personalize .tile-content {
		min-height: 440px;
	}
}
