section.tilebox {
	font-size: 0.8em;
}
.tile .nothumbnail,
.tile img.thumbnail {
	width: 65px;
	height: 65px;
}


@media (max-width: 1030px) {
	section.tilebox {
		display: flex;
		flex-direction: column;
		border: none;
	}
	section.tilebox .tile {
		width: 100%;
	}
	.tile h2.subtitle {
		font-size: revert;
	}
}
