@media (max-width: 800px) {
	.responsive #content .intro-container
	{
		margin-bottom: 0;
	}
}

@media (max-width: 468px) {
	.responsive #content .media-container video
	{
		width: 290px;
		height: 163px;
	}
	.responsive #content p.optional
	{
		margin-bottom: 13px;
	}
	.responsive #content .default_comment_area
	{
		margin-top: -12px;
	}
}