h1 {
	text-align: center;
}

.awards {
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.award {
	background-size: cover;
	width: 450px;
	height: 450px;
	margin: 5px;
	display: inline-block;
	position: relative;
}

.award span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 1.2em;
	padding-bottom: 0.3em;
}

@media screen and (max-device-width: 500px){
    .award {
        background-size: cover;
        width: 250px;
        height: 250px;
        margin: 5px;
        display: inline-block;
        position: relative;
    }
}