.center.file {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.center.file .item .media-render img {
	width: 20vw;
}

.fake-caption {
	text-align: center;
	font-size: 14.4px;
	position: relative;
	top: -40px;
	margin-bottom: 0px;
}

#base {
	background-color: #4f7097;
/* For Sarah & others:
    This is a comment; anything between the comment delimiters 
    (slash+asterisk to start, asterisk+slash to close)
    will be ignored by the CSS implementation */
/* The above value (#NNNNNN) represents a color through a set of R+G+B hexadecimal values
    that I thought were more toward what Sarah said Bill wanted. Below are some other values
    you could use — two arbitrary that pleased my eye and then three that are the  official Yale web 
    colors from https://yaleidentity.yale.edu/web 
    Make sure the value has the pound sign at the start and no whitespace in it. If you want to play 
    with other colors, searching for "color picker" will give you more results than you know what 
    to do with. https://colorpicker.me/ seemed perfectly fine to me. When you find a color you like or 
    want to try, copy its Hex Code. */
/*
Previous grey
    2d3339
Others I like
    2e4964
    092b4d
Official Yale web colors
    00356b
    286dc0
    63aaff 
*/
}