.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
}
@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
}
.section-header .section-header-headline.typography-section-headline {
	line-height: 1.1;
}
.section-catalog .tablist-wrapper .tabnav-link span {
	padding-bottom: 3px;
}
.headline-gradient {
	padding-bottom: 6px;
}
.section.section-tiles .grid-item.tile-commute .tile-headline.typography-tile-headline.large-centered .headline-gradient {
	line-height: 1.1;
}
@media only screen and (max-width: 1068px) {
	.section.section-tiles .grid-item.tile-commute .tile-headline.typography-tile-headline.large-centered .headline-gradient {
		line-height: 1.14;
	}
}
.section.section-tiles .grid-item.tile-video .tile-headline.typography-tile-headline.large-centered .headline-gradient {
	line-height: 1.1;
}
@media only screen and (max-width: 1068px) {
	.section.section-tiles .grid-item.tile-video .tile-headline.typography-tile-headline.large-centered .headline-gradient {
		line-height: 1.14;
	}
}
@media only screen and (max-width: 408px) {
	.section.section-tiles .grid-item.tile-video .tile-headline.typography-tile-headline.large-centered .headline-gradient {
		padding-bottom: 9px;
	}
}
@media only screen and (min-width: 904px) and (max-width: 1068px) {
	.section.section-tiles .grid-item.tile-commute .tile-inner {
		padding-bottom: 360px;
	}
}

.section.section-tiles #overview-carplay-1 img {
	margin-top: 61px;
}
@media only screen and (max-width: 734px) {
	.section-tiles .tile-personalized .tile-content {
		min-height: 600px;
	}
}

.tile-personalized .carousel-0 .tile-03 {
	visibility: hidden;
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
