/**
 * Theme Name: MW
 * Template:   twentytwentyfive
 * Theme URI:  https://emblaze.ca/
 * Description:St. Mary Welland Theme By Emblaze
 * Version:    1.0.0
 * Author:     Alex Casamassima
 */

/* Limit selected galleries to the first 8 images */
.wp-block-gallery.limit-8 figure.wp-block-image:nth-child(n + 9) {
  display: none;
}

/* Mobile: when gallery ALSO has limit-m2, only show 2 images */
@media (max-width: 600px) {
  .wp-block-gallery.limit-8.limit-m2 figure.wp-block-image:nth-child(n + 3) {
    display: none;
  }
}