html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img, video, iframe, svg {
	max-width: 100%;
}