/* here you can put your own css to customize and override the theme */

/*** iframe於響應式網頁設計 ***/
.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%; /* 4:3 */   
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 89%;
}