/* Responsive: stack vertically on mobile */
@media (max-width: 768px) {

	#pg-checkout ARTICLE
	{
	height:600vw;
	}
	
	#pg-checkout #info
	{
	display:none;
	}

	#pg-checkout .flex-layout
	{
	flex-direction:row;
	}

	#pg-checkout .flex-leftcol,
	#pg-checkout .flex-rightcol
	{
	flex-basis:initial;
	width: 100%;
	}

}


