/* Apple experts L view layout - change to half width tiles - START */
@media only screen and (min-width: 340px) {
	.section-experts .scroll-gallery .gallery-item img {
		width: 100%;
		max-width: 295px;
		max-height: 295px;
	}
}

@media only screen and (min-width: 735px) {
	.section-experts .scroll-gallery .gallery-item img {
		width: 100%;
		max-width: 374px;
		max-height: 344px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-experts .scroll-gallery .item-container {
		width: auto;
	}
	.section-experts .scroll-gallery .gallery-item, .section-experts .scroll-gallery .gallery-item:last-child {
		width: 100%;
	}

	.section-experts .scroll-gallery .gallery-copy-container {
		max-width: 90%;
	}

	.overview-experts-1, .overview-experts-2 {
		--p-width: 472px;
	}
	.section-experts .scroll-gallery .gallery-item img {
		width: 100%;
		max-width: 480px;
		max-height: 314px;
	}
}

br.xsmall {
	display: none;
}
@media only screen and (max-width: 460px) {
	br.xsmall {
		display: block;
	}

	.section-hero .hero-headline .wrap-xs {
		display: inline;
		white-space: normal;
	}
}

/* Apple experts L view layout - change to half width tiles - END */
