@media all and (max-width: 400px) {
	
	.header-bottom h1.logo,
	.navScroll .header-bottom.small h1.logo {
		width: 160px;
	}
	
	.header-bottom nav.tablet a.nav-button:link, 
	.header-bottom nav.tablet a.nav-button:visited {
		width: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 14px !important;
	}
	.header-bottom nav a.nav-button span.fa {
		line-height: 40px;
	}
/*
	.section-block .container {
		width: 260px;
	}	
*/
	.footer .footer-block-con {
		width: 260px;
	}
	
	/*------------------------------------
		Product Layer Banner
	-----------------------------------*/
	
	.Product_LayerBanner_TextBox .title {
		font-size: 24px;
		line-height: 36px;
	}
	.Product_LayerBanner_TextBox .description {
		line-height: 24px;
		font-size: 12px;
	}
	
	
}