/* 主題館文章區 .section-content：寬表／高解析圖 RWD（對應主站 #content .edit） */

.section-content {
	min-width: 0;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.section-content img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.section-content svg {
	max-width: 100%;
	height: auto;
}

.section-content video {
	max-width: 100%;
	height: auto;
}

.section-content iframe {
	max-width: 100%;
}

.section-content table {
	max-width: 100%;
	box-sizing: border-box;
}
