@media (min-width: 600px) {

	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-child(-n + 4) .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-child(-n + 4),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(-n + 4) .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(-n + 4) {
		margin-right: 16px;
		width: calc((100% - 64px) / 4);
	}
}
