@media (max-width: 768px){
	html {
		background: url(img/bg_top.jpg) no-repeat 0 0;
		background-size: 300%;
	}

	body {
		background: url(img/bg_bottom.jpg) no-repeat 0 100%;
		background-size: 250%;
	}

	.top_info{
		display: none;
	}
	.col_left{
		display: none;
	}

	.logo img{
		max-width: 94px;
		width: 100%;
	}

	.meta_link{
		font-size: 12px;
		height: 37px;
		padding: 0 15px;
	}

	.meta_link img{
		margin-left: 13px;
		height: 20px;
		width: auto;
	}

	main{
		padding-top: 20px;
	}

	.screen_mob{
		display: block;
		margin-top: 15px;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;

	}

	.screen_mob img{
		width: 680px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.col_right h1{
		font-size: 29px;
		line-height: 35px;
		/*text-align: center;*/
	}

	.sub_head{
		text-align: center;
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
	}

	.pdf_img{
		display: block;
	}

	.subs_form{
		flex-direction: column;
		margin-top: 0px;
	}

	.subs_form input{
		width: 100%;
		margin-right: 0;
	}

	.subs_form button{
		width: 100%;
		height: 47px;
	}

}