/*----------------------------------------------------------------- */
/* HEADING
/*----------------------------------------------------------------- */

.block_html
{
	overflow: visible;
}

.block_html .container
{
	width: calc(100% + 210px);
	max-width: 830px;
}

.block_html iframe
{
	display: block;

	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 1300px)
{
	.block_html .container
	{
		width: 100%;
	}
}
