﻿.other-comics .item {
	max-width: 20vw;
	width: 180px;
	position: relative;
	box-sizing: border-box;
	padding: 6px;
}
.other-comics .item.more {
	width: 80px;
}
.other-comics img {
	width: 100%;
	height: 94px;
	object-position: center;
	object-fit: contain;
}	
.other-comics .item:hover {
	filter: saturate(35%);
}
body.carboniferous .item.carbo {
	display: none;
}
body.curvy .item.curvy {
	
}
body.athena .item.athena {
	display: none;
}
body.narts .item.narts {
	display: none;
}
.other-comics {
	padding: 1vw 4vw;
	position: relative; 
	top: 0; 
	left: 0; 
	right: 0;
	background-color: #f7f7f7
}
.other-comics-row {
	mix-blend-mode: multiply; 
	display: flex; 
	flex-flow: row nowrap; 
	gap: 8vw; 
	justify-content: center; 
	align-items: center;
}
@media screen and (max-width: 600px) {
	.other-comics {
		padding: 1vw 4vw;
	}
	.other-comics-row {
		gap: 1vw;
	}
	.other-comics img {
		height: 84px;
	}
	.other-comics .item {
		padding: 4px;
	}
}