/* 開放自傳多媒體影片RWD */
.VideoFrame {
	position: relative;
	padding-bottom: 56%;
	width: 100%;
	height: 0;
}

.VideoFrame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*開放自傳多媒體圖片RWD*/
.vendor_editor {
	font-size: 1rem;
}

.vendor_editor img {
	width: 100% !important;
	height: auto !important;
}
/*開放自傳多媒體TABLE RWD*/
.vendor_editor > table {
	width: 100% !important;
}

.vendor_editor > table td {
	padding: 5px;
}

.vendor_editor > table table {
	width: 100% !important;
}

.vendor_editor > table table td {
	width: 50%;
}

@media screen and (max-width: 580px) {
	.vendor_editor > table table td {
		display: block;
		padding-bottom: 20px;
		width: 100%;
	}
}