/**
 * 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;
	width: 100%;
 }
 
 .wpt-gallery-image,
 .wpt-gallery-image a,
 .wpt-gallery-image img {
    display: block;
 }
@media(max-width: 781px){
	.wpt-masonry-gallery .wpt-gallery-image{
		width: 100%!important;
	}
}