/*
Theme Name:     FOCAS Faculty Organizing for Community Archives Support
Theme URI:
Description:    Twentytwentyfour child theme.
Author:         Ian Johnson
Author URI:     https://moiagroup.com
Template:       twentytwentyfour
Version:        0.1.0
*/



:root :where(.wp-block-gallery.headercollage) {
	margin-bottom: 0;
	display: flex !important;
	flex-wrap: nowrap;
}

:root :where(.wp-block-gallery.headercollage) .wp-block-image {
	aspect-ratio: 1;
	object-fit: cover;
}

@media (max-width: 599px) {
	:root :where(.wp-block-gallery.headercollage) .wp-block-image:nth-child(n+6) {
		display: none !important;   }
}
