
.tile {
	position: relative;
}
.tile .tag {
	position: absolute; z-index: 1; pointer-events: none;
	display: block; overflow: hidden;
	top: 10px; left: calc(50% - 185px);
	padding: 2px 6px 60px 6px;
	color: white;
	/**/background:#559326;/**/
	/**/background: linear-gradient(to bottom,#559326 60%, transparent);/**/
}
.tile>* {
	height: 310px; /* 271px+39px */
}
.tile>*::before {
	content: ''; position: absolute;
	width: 195px; height: 100%;
	top: 0; right: 50%;
	z-index: -1; background: #F5F5F5;
}
.tile .thumb {
	border-width: 39px 0 10px 10px; /* +39px */
	z-index: 1; background-color: transparent; border-color: transparent;
}
.tile .description {
	padding: 30px 10px 10px 5px;
}
.tile .cats {
	display: none;
}

footer {
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
}
footer .button {
	display: inline-block;
	margin-top: 1em;
	font-size: 130%;
	max-width: 330px;
}
