/*
Theme Name: Flatsome Child
Theme URI: foto.owjej.app
Description: Child theme for Flatsome
Author: WPM
Author URI: https://wpm.si
Template: flatsome
Version: 1.0
Text Domain: flatsome-child
*/
.custom-image-column img {
    width: 100%; /* Adjust to fit column width */
    height: 250px; /* Set the desired uniform height */
    object-fit: cover; /* Ensures images fill the space without distortion */
}
