.threecol {
	float: left;
	margin: 0 5px;
	width: calc(33% - 10px);
	color: black;
	background-color: #EEEEFF;
}

img.banner {
	width: 100vw;
    height: 13.9vw;
}

img.left {
	float: left;
	width: 120px;
	height: 90px;
}
