.about-body {
	width: 100%;
	height: 100%;
	background-image: url('../images/homepage-test02.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	overflow: scroll;
}

.grid {
	text-align: center;
}

.square {
	position: relative;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 40%;
	overflow: hidden;
}

.square img {
	width: 100%;
}

.overlay {
	position: absolute;
	color: white;
	font-family: Montserrat;
	background-color: rgba(0,0,0,0.5);
	padding: 5px;
	bottom: 10;
	right: 10;
}

@media only screen and (min-width: 700px) {
	.square {
		width: 20%;
	}
}