.picture-grid {
	padding: 30px 15px;
}

.picture-grid h2 {
	font-size: 32px;
	line-height: 1;
	color: #535353;
	text-align: center;
	padding-bottom: 30px;
}

.picture-grid article {
	position: relative;
	background: url('../images/industry-food-production.jpg') 50% 50% no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	box-shadow: 0px 10px 21px rgba(0, 0, 0, .25);
	overflow: hidden;
}

.picture-grid article a {
	height: 190px;
	display: block;
}

.picture-grid article.motion-simulators {
	background-image: url('../images/industry-motion-simulators.jpg');
}

.picture-grid .button {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: 7px 13px 6px;
}

.picture-grid .learn-more {
	text-align: center;
	display: block;
}

.picture-grid aside {
	height: 38px;
	background: #961c21;
	color: #fff;
	position: absolute;
	top: 0;
	right: -20px;
	padding: 0 30px 0 15px;
	transform: skew(-30deg);
}

.picture-grid aside i {
	transform: skew(30deg);
	display: inline-block;
}

.picture-grid article.application {
	display: none;
}

@media screen and (min-width: 1024px) {
	.picture-grid > div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.picture-grid article {
		width: calc(50% - 20px);
	}
	
	.picture-grid article a {
		height: 285px;
	}
}