@media (max-width: 1199px) /*large and down*/
{
	.visible-lg-down{display: block;}
	.hidden-lg-down{display: none;}
}
