

	.pagination {
		width: 95vw; 
		height: auto;
		margin: auto;					/* centers container in viewport */
		display: flex;
		padding-top: 10vh;				
		padding-bottom: 10vh;
		/* border: 4px solid #663300; */							 
	}
	
	.pagination img {				 
		width: 8vw;
		height: auto;
		padding: 0;						/* overide 2025.css file */
		/* border: 2px solid red; */
	}			
	
	.figure {
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: fit-content;
		/* border: 2px solid yellow; */
	}

	.figure a {
		text-decoration: none;
		color: red;
	}
	
	figcaption {
		color: red;
		font-size: clamp(0.5rem, 1.184vw + 0.256rem, 1.5rem);
		font-weight: 900;
		width: fit-content;				/* div grows to fit content */
		margin-bottom: 0;				/* overide 2025.css file */
		/* border: 2px solid white; */
	}
	
	
	