@charset "UTF-8";


.iframe-section:not(:last-child) {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 20px;
	margin-bottom: 40px;
}


.iframe-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}


.iframe-content {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom: 10px;
}

.iframe-content iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0
	left:0
}
