/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2021 | 07:35:52 */
/* --- padre flex --- */
.grid-no-space .et_pb_gallery_items.et_post_gallery {
    display: flex;
   /*justify-content: space-between;*/
    flex-wrap: wrap;
}
/* --- figli flex --- */
.grid-no-space .et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
  	margin: 0 10px 10px 0;
  	flex-basis: 24%;
}

/* 	quadrata */
.gallery-quadrata img[sizes] {
    width: 400px;
    aspect-ratio: auto;
    height: 400px;
}