

/* CSS from section stylesheet tags */
.masonry-gallery {
column-count: 3;
column-gap: 10px;
padding:10px;
}

.prose :where(img):not(:where([class~=not-prose] *)) {
margin-top: 0px;
}

.masonry-gallery img {
width: 100%;
margin-bottom: 10px;
}

@‌media (max-width: 767px) {
.masonry-gallery {
column-count: 2!important;
column-gap: 5px;
}

.masonry-gallery img {
    margin-bottom: 5px;
}

}