#search-gallery-1 img, #search-gallery-2 img{
	max-width: 220px;
	max-height: 220px;
    width: 220px;
    height: 220px;
	border-radius: 4px;
	margin: 10px;
}

#thread-gallery-1, #thread-gallery-2, #thread-preview-gallery-1, #thread-preview-gallery-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#thread-gallery-1 img, #thread-gallery-2 img, #thread-preview-gallery-1 img, #thread-preview-gallery-2 img{
	width: 120px;
	height: 120px;
}