.grid-item {
	float: left;
	width: {{ one_width }}px;
	height: {{ one_height }}px;
}

.grid-item--width2 { width: {{ two_width }}px; }
.grid-item--height2 { height: {{ two_height }}px; }

img {
	max-height:100%;
	max-width:100%;
}

.index-list {
	font-size: 26px;
	padding: 10px;
}

.current-page {
	background-color: rgb(100, 100, 255);
}
