img {
	height: auto;
	max-width: 100%;
}

video {
	max-width: 100%;
}

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

iframe {
	border: none;
}

@media (max-width: 782px) {

	.column_2,
	.column_3,
	.column_4,
	.column_onethird,
	.column_twothird {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.column_2:last-child,
	.column_3:last-child,
	.column_4:last-child,
	.column_onethird:last-child,
	.column_twothird:last-child {

		margin-bottom: 0;
	}

	.column_2::after,
	.column_3::after,
	.column_4::after,
	.column_onethird::after,
	.column_twothird::after,
	.table_1::after,
	.table_2::after {
		display: block;
		clear: both;
		content: ""
	}

	#wrapper {
		width: 100%;
		padding: 30px 20px;
		box-sizing: border-box;
	}

	.text {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.subscribe_bg {
		width: 100%;
		float: none;
		box-sizing: border-box;
		margin-top: 20px;
	}

	#subform input {
		width: 100%;
	}

	.subscribe h3 {

		text-align: left;
	}

	#slider_bg {
		width: 100%;

		box-sizing: border-box;
	}

	#slider {
		width: 100%;
		height: auto;

	}

	#speakers {
		text-align: center;
	}

	.table_1,
	.table_2 {
		width: 100%;
		padding-left: 0;
		text-align: left;
		float: none;
		margin-top: 30px;
	}

	.divider_vert {
		display: none;
	}
}