.grid {
	width:100%;
	padding: 3em;
	/*background: white;*/
}

.grid-item {
	width: 100% !important;
	display: block;
	float: left;
}

.grid-bg-wrapper {
	border: 1em solid white;
	margin: 1em;
}

.grid-item p {
	color: #444;
	font-size: .9em;
	line-height: 1.5em;	
	margin: 0 1em;
	
}

.grid-bg {
	position: relative;
	background:url(/20240725153359oe_/https://www.cuhk.edu.hk/ugallery/images/bg/ie8/home-milestones.jpg) center no-repeat;
	background-size: cover;
	/*display:table;*/
	width: 100%;
	/*height: 400px;*/
}

.grid-bg:before {
	content: "";
	display: block;
	padding-top: 56.25%; 	
}


@media only screen and (min-width: 460px) {
	.grid-item {
		width: 100% !important;
	}
}

@media only screen and (min-width: 960px) {
	.grid-item {
		width: 50% !important;
	}
}