﻿aside.content-sidebar.col.three { width:33.3%;}
article.content-main.col.nine {width:66.6%;}

@media only screen and (max-width: 960px) {
	aside.content-sidebar.col.three { width:100%;}
	article.content-main.col.nine {width:100%;}
}