@media (max-width: 1350px) {
	:root{
	  --GalleryList-width: calc(26% - 20px);
	}
}
@media (max-width: 1180px) {
	:root{
	  --GalleryList-width: calc(22% - 20px);
	}
}
@media (max-width: 1024px) {
	:root{
	  --GalleryList-width: calc(33% - 20px);
	}
}
@media (max-width: 430px) {
	:root{
	  --GalleryList-width: calc(50% - 10px);
	}
	.GalleryList .item {
		margin-bottom: 20px;
		margin-right:5px;
		margin-left:5px;
	}		
}
@media (max-width: 375px) {
	:root{
	  --GalleryList-width: calc(100% - 30px);
	}
	.GalleryList .item {
		margin-bottom: 20px;
		margin-right:15px;
		margin-left:15px;
		height:400px;
	}	
}