.home-calendar .media-body { /* Adjusts home page calendar text to be white */
	color: white;
}

.home-calendar .media-body a { /* Adjusts links in home page calendar to be white */
	color: white;
}

.home-calendar p { /* hides p tags on the home page calendar */
	display: none;
}

.gallery-1x1 img {
	aspect-ratio: 1/1; 
	object-fit: cover;
}

.gallery-5x4 img {
	aspect-ratio: 5/4; 
	object-fit: cover;
}

.gallery-4x3 img {
	aspect-ratio: 4/3; 
	object-fit: cover;
}

.gallery-3x2 img {
	aspect-ratio: 3/2; 
	object-fit: cover;
}

.gallery-16x9 img {
	aspect-ratio: 16/9; 
	object-fit: cover;
}

.gallery-4x5 img {
	aspect-ratio: 4/5; 
	object-fit: cover;
}

.gallery-3x4 img {
	aspect-ratio: 3/4; 
	object-fit: cover;
}

.gallery-2x3 img {
	aspect-ratio: 2/3; 
	object-fit: cover;
}