#container:after {
  content: "";
  display: table;
  clear: both;
}

.backdrop {
    width: calc(25% - 24px);
    margin: 10px;
    display: inline-block;
}

.backdrop p {
	margin: 0;
	background-color: #D5B64D;
	text-align: center;
	text-transform: uppercase
}

.backdrop a {
	color: #333332;
}

.backdrop p:first-child {
	font-size: 17px;
}

.backdrop p:last-child {
	font-size: 13px;
}

.button-wrap {
	text-align: center;
}

a.view-button {
    background: #ac0404;
    color: white;
    padding: 10px 20px;
}

@media screen and (max-width: 1100px) {
	.backdrop {
		width: calc(33.333% - 23px);
	}
}

@media screen and (max-width: 800px) {
	.backdrop {
		width: calc(50% - 24px);
	}
}

@media screen and (max-width: 480px) {
	.backdrop {
		width: 100%;
		margin: 10px 0;
	}
}