﻿
#sampleInfo
{
	margin-left:10px;
}

@media screen and (max-width:800px)
{	
	.left-container,
	.left-container > div
	{
		width:100% !important;
		height:200px !important;
	}
	.center-container
	{
		top:220px !important;
		left: 0 !important;
	}
}