/* local overrides */

@media screen and (min-width: 1068px) {
	.nowrap-large {
		white-space: nowrap;
	}
}

.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;
	}
}

/* hero feature */
@media only screen and (max-width: 734px) {
	#film-logic-pro br.small {
		display: none;
	}
}
@media only screen and (max-width: 372px) {
	#film-logic-pro br.small {
		display: block;
	}
}
/* section included */
@media only screen and (max-width: 345px) {
	.section-included
		.section-content
		.included-headline.typography-section-headline {
		font-size: 37px;
	}
}

@media only screen and (max-width: 734px) {
	.included-headline.section-headline.typography-section-headline {
		padding-right: 20px;
	}
}

/* Fine tune gallery "salve" text */

@media only screen and (max-width: 734px) {
	#fine-tune-gallery .captions-gallery #fine-tune-gallery-caption-4 p {
		max-width: 92%;
	}
}

@media only screen and (min-width: 734px) {
	#fine-tune-gallery .captions-gallery #fine-tune-gallery-caption-4 p {
		max-width: 86.333333%;
	}
}
