@media only screen and (max-width: 900px) {
	.freetrial-right {
		float:none;
		margin:0 auto;
		min-width:auto;
		width:100%;
	}
	.freetrial-left {
		border-right: 0px;
		display: none;
		float:none;
		margin:0 auto;
		min-width:auto;
		width:auto;
	}	
}