/* 
	@elements
--------------------------------------
  Base element styles
-------------------------------------- */

img,
video {
	width: 100%;
	height: auto;
}

section {
	position: relative;
}


