.cm-container {
	width: 100%;
}
h3.cm-header {
	position: relative;
}
h3.cm-header span {
	position: absolute;
	top: -80px;
}
.cm-img-map, .cm-list {
	width: 100%;
}

@media only screen and (min-width: 650px) {
	.cm-img-map, .cm-list {
		float: left;
		width: 50%;
	}
	.cm-img-map {
		text-align: right;
	}
}