/**
 * Media10: Reset
 * 
 * @author 
 * @version 10
 */

* {
	vertical-align: top;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;

	font-size: 100%;

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

img,
svg,
video {
	width: 100%;
	height: auto;
}

img.has-focus-point {
	object-position: var( --fpx, 50% ) var( --fpy, 50% );
}

video {
	clip-path: content-box;
}