/* local overrides */
@media only screen and (min-width: 1068px) {
	.section-side-by-side-content .section-copy {
		padding-left: 13px;
	}
}

.xs-show {
	display: none;
}

@media only screen and (max-width: 390px) {
	.ac-ln-content {
		padding-bottom: 20px !important;
	}

	.ac-ln-menu-item {
		transform: translate(0px, 23px);
	}

	.xs-show {
		display: inline-block;
	}

	.section-content {
		padding-top: 25px;
	}
}

/* Multicamera Section */
@media only screen and (min-width: 1068px) {
	.multicamera-headline.typography-section-headline {
		max-width: 633px;
	}
}
@media only screen and (min-width: 334px) and (max-width: 395px) {
	.multicamera-headline.typography-section-headline.section-headline {
		padding-right: 37px;
	}
}

@media only screen and (max-width: 375px) {
	#section-more-features .section-copy-wrapper .more-features-headline {
		font-size: 39px;
	}
}
