@charset "utf-8";

@media screen and (max-width: 768px) {
    #main .sectionBorder {
		position: relative;
	}

	#main .sectionBorder::before {
		content: "";
		display: block;
		padding-top: 64.17%;
	}

	#main .sectionBorder iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#main .sectionBorder small {
		position: absolute;
		bottom: -25px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}