#content {
  top: 0px;
  position: absolute;
}

	#content {
		left: 0;
		right: 0;
		padding: 0 12px;
		box-sizing: border-box;
	}

	#content img {
		max-width: 100%;
	}
}
