/* General helper styles */
#ac-globalfooter sup {
	position: initial;
}

.large-only {
	display: block;
}
.medium-only {
	display: none;
}
.small-only {
	display: none;
}

@media only screen and (max-width: 1068px) {
	.large-only {
		display: none;
	}
	.medium-only {
		display: block;
	}
	.small-only {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.large-only {
		display: none;
	}
	.medium-only {
		display: none;
	}
	.small-only {
		display: block;
	}
}

/* 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("/ca/fr/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("/ca/fr/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("/ca/fr/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("/ca/fr/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("/ca/fr/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("/ca/fr/pages/images/overview/video-new-view/page_view_startframe__dg4d66waix6q_small_2x.jpg");
	}
}
