/**
 * Beaver Builder's generated layout CSS ships `.mfp-counter { display: none; }`
 * because its own lightbox only ever holds a single image. Our grouped gallery
 * needs the counter back, so re-enable it scoped to our own mainClass.
 */
.mfp-sos-gallery .mfp-counter {
	display: block;
	color: #fff;
	opacity: 0.85;
	font-size: 13px;
}
