/* Local overrides */

/* Main title */

@media only screen and (min-width: 1069px) {
	.typography-headline-super {
		font-size: 76px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-headline-super {
		font-size: 53px;
	}
}

/*ac-ls-visible*/

@media only screen and (max-width: 374px) {
	html.ac-ls-visible .page-pages .section-hero .fixed-content-wrap {
		top: 165px;
	}
}

/*hero hl*/
@media only screen and (max-width: 374px) {
	.page-pages .section-hero .fixed-content-wrap {
		top: 135px;
	}
}

@media only screen and (max-width: 1068px) {
	#multi-device h2.headline-section {
		font-size: 63px;
	}
}
@media only screen and (max-width: 734px) {
	#multi-device h2.headline-section {
		font-size: 40px;
	}
}

/*Custom Breaks*/
.custom-break-1 {
	display: none;
}
@media only screen and (min-width: 1113px) and (max-width: 1183px) {
	.custom-break-1 {
		display: block;
	}
}

/* Images */

/* Pages section Startframe */
.page-pages
	.section-tools
	#any-device
	.inline-video-content
	.inline-video-wrapper
	.mediaobject-container
	.mediaobject-element {
	width: inherit;
	height: inherit;
}
.page-pages
	.section-tools
	#any-device
	.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-pages
		.section-tools
		#any-device
		.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-pages
		.section-tools
		#any-device
		.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-pages
		.section-tools
		#any-device
		.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-pages
		.section-tools
		#any-device
		.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-pages
		.section-tools
		#any-device
		.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");
	}
}

@media only screen and (max-width: 359px) {
	#tools .animatable-section h2.headline-section {
		font-size: 35px;
	}
}
