/* 水試所文章區 ._content：寬表／高解析圖 RWD */

._content {
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

._content img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

._content svg {
	max-width: 100%;
	height: auto;
}

._content video {
	max-width: 100%;
	height: auto;
}

._content iframe {
	max-width: 100%;
}

._content table {
	max-width: 100%;
	box-sizing: border-box;
}
