/* Styles for the 'video' post type single template (single-video.php) */
.video-single .gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 12px;
}
.video-single .gallery>.col {
	flex: 0 1 calc(33.33% - 8px);
}