
/* ======================================================================================================================================================
# Responsive
====================================================================================================================================================== */
	
	
	
	@media only screen and (min-width: 990px) {
		
		#gallery-description .list-gallery-description {grid-template-columns: repeat(6, 1fr);}

	}
	
	
		
		
		
	@media only screen and (min-width: 768px) and (max-width: 989px) {
				
		#gallery-description .list-gallery-description {grid-template-columns: repeat(5, 1fr);}

	}
		


		
	@media only screen and (min-width: 480px) and (max-width: 767px) {
				
		#gallery-description .list-gallery-description {grid-template-columns: repeat(3, 1fr);}
			
	}
		

	@media only screen and (max-width: 479px) {
		
		#gallery-description .list-gallery-description {grid-template-columns: repeat(2, 1fr);}
		
	}
	

	
	
/* ======================================================================================================================================================
# Gallery Description
====================================================================================================================================================== */
	


	#gallery-description {
		
		margin: 0 0 1rem 0 !important;
		
		.list-gallery-description {display: grid; margin: 0 !important; padding: 2rem 0; gap: 1rem; width: 100%;}
		.list-gallery-description li {display: flex; margin: 0; padding: 0; list-style-type: none !important; background: #fff; border: solid 1px #e1e1e1; border-radius: 1.275rem; transition: all 0.3s ease; overflow: hidden;}
		.list-gallery-description li:hover {border-color: #9a9a9a;}
		.list-gallery-description img {margin: 0 !important;}
		
		
	}

	

	

