section.thegroup {
	
}
section.thegroup h2 {
	text-align: center;
    font-size: 60px;
    font-weight: 200;
    display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
section.thegroup .grouplist {
	text-align: left;
}
section.thegroup .grouplist .member {
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	padding: 0px 70px;
	margin: 30px 0px;
	border-right: 1px solid #cccccc;
}
section.thegroup .grouplist .member:nth-of-type(4n+4) {
	border-right: 0px solid #cccccc;
}
section.thegroup .grouplist .member img {
	width: 100%;
	height: auto;
	display: block;
}
section.thegroup .grouplist .member span {
	text-align: center;
	font-size: 22px;
	display: block;
	margin-top: 7px;
}



@media screen and (max-width: 1400px) {
	section.thegroup h2 {
		font-size: 50px;
	}
}
@media screen and (max-width: 1200px) {
	section.thegroup .grouplist .member {
		width: 25%;
		padding: 0px 30px;
	}
	section.thegroup h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 1000px) {
	section.thegroup h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 900px) {
	section.thegroup .grouplist .member {
		width: 50%;
		padding: 0px 70px;
	}
	section.thegroup .grouplist a:nth-of-type(2n+2) {
		border-right: 0px solid #cccccc;
	}
}
@media screen and (max-width: 550px) {
	section.thegroup .grouplist .member {
		width: 50%;
		padding: 0px 20px;
	}
}