/* local fixes */

/*hero*/
@media only screen and (max-width: 350px) {
	.page-features .section-hero .hero-copy-wrap .hero-copy-headline {
		font-size: 32px;
	}
}
@media only screen and (min-width: 351px) and (max-width: 734px) {
	.page-features .section-hero .hero-copy-wrap .hero-copy-headline {
		font-size: 36px;
	}
}

/*Other Key Features Section*/
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-eyebrow-super {
		font-size: 21px;
	}
}
@media only screen and (min-width: 1069px) {
	.typography-eyebrow-super {
		font-size: 28px;
	}
}

/* Hero Headline */

.custom-wrap {
	white-space: nowrap;
}

@media screen and (max-width: 734px) {
	.custom-wrap {
		white-space: normal;
	}
}

/* Images */

.page-features
	.section-highlight
	.inline-video-content
	.inline-video-wrapper
	.mediaobject-container
	.mediaobject-element {
	width: inherit;
	height: inherit;
}
.page-features
	.section-highlight
	.inline-video-content
	.inline-video-wrapper
	.mediaobject-container
	.mediaobject-startframe {
	background-image: url("/mx/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.page-features
		.section-highlight
		.inline-video-content
		.inline-video-wrapper
		.mediaobject-container
		.mediaobject-startframe {
		background-image: url("/mx/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.page-features
		.section-highlight
		.inline-video-content
		.inline-video-wrapper
		.mediaobject-container
		.mediaobject-startframe {
		background-image: url("/mx/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_medium.jpg");
	}
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.page-features
		.section-highlight
		.inline-video-content
		.inline-video-wrapper
		.mediaobject-container
		.mediaobject-startframe {
		background-image: url("/mx/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.page-features
		.section-highlight
		.inline-video-content
		.inline-video-wrapper
		.mediaobject-container
		.mediaobject-startframe {
		background-image: url("/mx/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_small.jpg");
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.page-features
		.section-highlight
		.inline-video-content
		.inline-video-wrapper
		.mediaobject-container
		.mediaobject-startframe {
		background-image: url("/mx/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_small_2x.jpg");
	}
}
