

Take note of the height restriction!
In this case we set the height for the default size of landscape images layout for the divi gallery element.
/* Gallery Image Alignment */
.et_pb_gallery_image.landscape {
display: flex;
justify-content: center;
align-items: center;
min-height: 226px;
}
/* Gallery Image Alignment */
.et_pb_gallery_image.landscape {
display: flex;
justify-content: center;
align-items: center;
min-height: 226px;
}
/* Gallery Image Alignment */ .et_pb_gallery_image.landscape { display: flex; justify-content: center; align-items: center; min-height: 226px; }