@media screen and (max-width: 500px) {
	.col-wrap {
width:100%;
	margin:0 auto;
	overflow: hidden;
}
}