@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #ddd;
}

#topbanner {
	width: 100%;
	height: 200px;
	background-image: url("../top_banner.jpg");
	background-size: cover;
	background-position: 75% 30%;
	margin-bottom: 5px;
}

#wrapper {
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.thumb {
	margin: 2px;
	flex: 1;
	aspect-ratio: 1 / 1;
	min-width: 170px;
	max-height: 320px;
	cursor: pointer;
	/* background-image: url("thumbnail/Knackered_BTS_001.jpg"); */
	background-size: cover;
	background-position: center;
}
