.awards-item {
	margin-bottom: 10px;
	min-height: 316px;
	width: 100%;
	position: relative;
}

.awards-item h2 {
	background-color: #fff;
	padding:10px 16px;
	display: inline-block;
}

.awards-item img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.awards-item a {
	width: 100%;
	padding:20px 0;
}

.md-size .awards-item img {
	max-width: 50%;
}

.sm-size .awards-item h2 {
	display: none;
}

.sm-size .awards-item img {
	position: static;
	width: 100%;
	padding:40px;
}

.sm-size .awards-item {
	height: auto;
}
