
.layout-two_images_captions .img-container {
    text-align: center;
}
.layout-two_images_captions .img-container img {
    width: auto;
    /* height: 100%; */
    height: auto;
    max-height: 1000px;
    object-fit: contain;
}