/**
 * WP Tutorials : Masonry Gallery (WPTMG)
 *
 * https://wp-tutorials.tech/refine-wordpress/the-wordpress-masonry-gallery-tutorial/
 */

/* |The gallery container */
.wpt-masonry-gallery {
	margin-bottom: 2em;
}

.wpt-gallery-image {
	padding: 0.25em;
}

.wpt-gallery-image,
.wpt-gallery-image a,
.wpt-gallery-image img {
	display: block;
}

.wpt-gallery-image--width1,
.wpt-gallery-image--width2 {
	width: 100%;
}

@media(min-width: 922px) {
	.wpt-gallery-image--width1 {
		width: 33.33%;
	}

	.wpt-gallery-image--width2 {
		width: 66.66%;
	}
}