@charset "UTF-8";
@import url("text.css");
.site-container {
	align: absolute;
	height: auto;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
.about-container {
	align: absolute;
	height: auto;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;

}
.share-like {
	margin-top: 10px;
	margin-bottom: 10px;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
}
.clear-float {
	clear: both;
}
